Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
DavidMartynWood pushed 5 commits to main DavidMartynWood/fig
DavidMartynWood created a comment on a pull request on mzbrau/fig
The only way I could trigger the double-hit in on the fig api was to do something like this... ``` config . AddFig<Settings>(); config.Build(); config.Build(); ``` I think in that ...
DavidMartynWood opened a pull request on mzbrau/fig
Remove some unused NuGet packages from Fig Client
DavidMartynWood created a branch on DavidMartynWood/fig
remove-unused-packages/1 - Centralized configuration settings for dotnet microservices
DavidMartynWood created a comment on a pull request on mzbrau/fig
I've had time to test this properly. With these changes the .NET Builder builds the configuration as expected and makes it available consumers. The downside is that if you call configuration.Bui...
DavidMartynWood pushed 6 commits to addprovider/1 DavidMartynWood/fig
- Website update part, introduce new styles 82522a3
- Improve documentation landing page 758cbd5
- Update docusaurus to latest version 3aa6479
- Merge pull request #13 from mzbrau/website-improvements Website improvements cccf205
- Fix broken documentation and UI improvements ef0f041
- Add fig provider before Build is called Eliminates the need to manually build the configuration object when bootstra... 4a8e65b
DavidMartynWood pushed 5 commits to main DavidMartynWood/fig
DavidMartynWood created a comment on a pull request on mzbrau/fig
This is very much a draft PR. I need to do some testing to check it works as expected, particularly that its not wasting resources if fig is disabled, or if ConfigurationBuilder.Build() is called t...
DavidMartynWood opened a draft pull request on mzbrau/fig
Add fig provider before Build is called
Eliminates the need to manually build the configuration object when bootstrapping the appDavidMartynWood created a branch on DavidMartynWood/fig
addprovider/1 - Centralized configuration settings for dotnet microservices