Git Product home page Git Product logo

Comments (6)

samflash3 avatar samflash3 commented on June 5, 2024

Hey Ryan,
I'm a new programmer with decent documentation skills. But I just started on GitHub. How may I be of help?

from genegenie.geocoder.

RyanONeill1970 avatar RyanONeill1970 commented on June 5, 2024

Hi (Sam?),

I'd be interested in your help with making it so it is easy to get started. I'm aware there are a few steps missing from the 'get started' steps, such as 'Now get an API key for Bing (from here) and Google (from here)', help on that would be good.

Constructive criticism is welcome too, for example 'I've no idea what this bit does, why do I need that etc?'.

Trying to use the package should hopefully show any issues.

Does that sound OK? Happy to get involved.

from genegenie.geocoder.

Pooch11 avatar Pooch11 commented on June 5, 2024

To avoid putting keys in source, override in appsettings.Development.json or environment vars, never here.

So should I be making this json file, yes? I don't see it in the source
Not exactly sure which environment vars its referring to

from genegenie.geocoder.

RyanONeill1970 avatar RyanONeill1970 commented on June 5, 2024

Ok, that could be clearer then. I'll see about rewording / reworking it.

For the example console app (which is where I think you've got that text from), that's more a note to me so that I don't put any keys in source. You can enter your API keys there (just don't push them to github) or you can set them as environment variables using the standard .Net Core configuration approach which keeps them out of source again (see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-2.1#environment-variables-configuration-provider).

.Net Core configuration also handles picking up the appsettings.Development.json so you can create that file in the console app and then populate them in there (you'd keep that file out of source).

That should be enough to get the sample console app working for you. I'll see if I can make it more obvious.

Perhaps .Net Core is making it too difficult to use with config and Dependency Injection.

Does that help at all?

from genegenie.geocoder.

NRKirby avatar NRKirby commented on June 5, 2024

Hey Ryan,

I'm interested in taking a look at how to display the test status from Azure Devops.

In Azure Devops are the tests running as part of a CI pipeline or are you using Test Plans?

from genegenie.geocoder.

RyanONeill1970 avatar RyanONeill1970 commented on June 5, 2024

Hi Nick,

I ditched Azure DevOps in the end and just went to AppVeyor for everything. Much easier. ADO was missing lots of functionality (or it was not easy to discover) such as plugging onto SonarQube, test coverage badges etc.

from genegenie.geocoder.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.