Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e3fb3e9
feat(Async): Add IAsyncConfigurationReader + ParseAsync overload
dimension-zero May 23, 2026
65c81bd
test(ParseAsync): Coverage for IAsyncConfigurationReader + ParseAsync
dimension-zero May 23, 2026
657524d
Merge branch 'master' into pr/29-async-config-reader
dimension-zero May 25, 2026
0dd505c
chore: expand .gitignore with build and IDE artifacts
May 28, 2026
a796266
feat(Async): Add IAsyncConfigurationReader + ParseAsync overload
dimension-zero May 23, 2026
c2fc2ad
test(ParseAsync): Coverage for IAsyncConfigurationReader + ParseAsync
dimension-zero May 23, 2026
3acc425
chore: expand .gitignore with build and IDE artifacts
May 28, 2026
c2fc8db
chore: remove .recode tooling artifacts and ignore the directory
Jun 1, 2026
df5b6d8
fix(ParseAsync): treat faulted GetValueAsync as missing, matching syn…
Jun 1, 2026
4027d0f
Revert "chore: expand .gitignore with build and IDE artifacts"
bartelink Jun 3, 2026
66d67cd
Merge: resolved conflicts via git-sync
Jun 4, 2026
35786cd
Merge remote-tracking branch 'origin/master' into pr/29-async-config-…
bartelink Jun 5, 2026
c838e15
chore: add fsharp build state to gitignore
Jun 5, 2026
eba2d5e
chore: Remove .recode tooling artifacts and ignore the directory
dimension-zero Jun 7, 2026
0e83042
feat(Async): Redesign IAsyncConfigurationReader around batched reads
dimension-zero Jun 7, 2026
c6eda31
docs(Async): Add Azure Key Vault sample, tutorial section, failure mo…
dimension-zero Jun 7, 2026
cbfb71b
chore: Trim .gitignore to repo-specific entries
dimension-zero Jun 8, 2026
b4660fe
Merge upstream/master into pr/29-async-config-reader
dimension-zero Jun 8, 2026
69c261d
Merge branch 'master' into pr/29-async-config-reader
dimension-zero Jun 8, 2026
c901626
tidy
bartelink Jun 8, 2026
fb30fb0
feat(ConfigurationReader): FromEnvironmentVariables(prefix), FromMicr…
dimension-zero Jun 8, 2026
9890737
# This is a combination of 2 commits.
bartelink Jun 8, 2026
e0f8b92
feat(ConfigurationReader): FromEnvironmentVariables(prefix), FromMicr…
dimension-zero Jun 8, 2026
1da665b
Remove ParseConfig release-note reference (#329)
Copilot Jun 10, 2026
f0afaf3
Merge remote-tracking branch 'origin/master' into pr/29-async-config-…
bartelink Jun 10, 2026
a49a45d
chore: add bash, .NET, and IDE ignore patterns
Jun 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 338 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,341 @@ launchSettings.json
/tools/

# Ionide
.ionide/
.ionide/

# bash
.fuse_hidden*
.directory
.Trash-*
.nfs*
nohup.out

# csharp
*.rsuser
*.userosscache
*.env
mono_crash.*
[Dd]ebugPublic/
[Rr]eleases/
[Dd]ebug/x64/
[Dd]ebugPublic/x64/
[Rr]elease/x64/
[Rr]eleases/x64/
bin/x64/
obj/x64/
[Dd]ebug/x86/
[Dd]ebugPublic/x86/
[Rr]elease/x86/
[Rr]eleases/x86/
bin/x86/
obj/x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/
bld/
[Oo]ut/
[Ll]og/
[Ll]ogs/
**/[Bb]in/*
Generated\ Files/
*.trx
*.VisualState.xml
TestResult.xml
nunit-*.xml
*.received.*
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
BenchmarkDotNet.Artifacts/
project.fragment.lock.json
artifacts/
.artifacts/
ScaffoldingReadMe.txt
StyleCopReport.xml
*_h.h
*.idb
*.iobj
*.ipdb
!Directory.Build.rsp
*_wpftmp.csproj
*.tlog
*.svclog
_Chutzpah*
*.opendb
*.VC.db
*.VC.VC.opendb
*.sap
*.e2e
$tf/
*.DotSettings.user
.axoCover/*
!.axoCover/settings.json
coverage*.json
coverage*.xml
coverage*.info
*.coverage
*.coveragexml
_NCrunch_*
.NCrunch_*
nCrunchTemp_*
*.mm.*
AutoTest.Net/
.sass-cache/
*.azurePubxml
*.pubxml
*.publishproj
PublishScripts/
*.nupkg
*.snupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
csx/
ecf/
rcf/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
*.[Cc]ache
!?*.[Cc]ache/
*.dbproj.schemaview
*.jfm
orleans.codegen.cs
ServiceFabricBackup/
*.rptproj.bak
*.mdf
*.ldf
*.ndf
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
FakesAssemblies/
*.GhostDoc.xml
.ntvs_analysis.dat
node_modules/
*.plg
*.opt
*.vbw
*.dsw
*.dsp
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
**/.paket/paket.exe
paket-files/
**/.fake/
**/.cr/personal
**/__pycache__/
*.pyc
*.tss
*.jmconfig
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
OpenCover/
ASALocalRun/
*.binlog
MSBuild_Logs/
.aws-sam
*.nvuser
**/.mfractor/
**/.localhistory/
.vshistory/
healthchecksdb
MigrationBackup/
**/.ionide/
FodyWeavers.xsd
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix
*.cab
*.msi
*.msix
*.msm
*.msp

# fsharp
*.rsuser
*.userosscache
*.env
mono_crash.*
[Dd]ebugPublic/
[Rr]eleases/
[Dd]ebug/x64/
[Dd]ebugPublic/x64/
[Rr]elease/x64/
[Rr]eleases/x64/
bin/x64/
obj/x64/
[Dd]ebug/x86/
[Dd]ebugPublic/x86/
[Rr]elease/x86/
[Rr]eleases/x86/
bin/x86/
obj/x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/
bld/
[Oo]ut/
[Ll]og/
[Ll]ogs/
**/[Bb]in/*
Generated\ Files/
*.trx
*.VisualState.xml
TestResult.xml
nunit-*.xml
*.received.*
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
BenchmarkDotNet.Artifacts/
project.fragment.lock.json
artifacts/
.artifacts/
ScaffoldingReadMe.txt
StyleCopReport.xml
*_h.h
*.idb
*.iobj
*.ipdb
!Directory.Build.rsp
*_wpftmp.csproj
*.tlog
*.svclog
_Chutzpah*
*.opendb
*.VC.db
*.VC.VC.opendb
*.sap
*.e2e
$tf/
*.DotSettings.user
.axoCover/*
!.axoCover/settings.json
coverage*.json
coverage*.xml
coverage*.info
*.coverage
*.coveragexml
_NCrunch_*
.NCrunch_*
nCrunchTemp_*
*.mm.*
AutoTest.Net/
.sass-cache/
*.azurePubxml
*.pubxml
*.publishproj
PublishScripts/
*.nupkg
*.snupkg
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nuget.props
*.nuget.targets
csx/
ecf/
rcf/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
*.[Cc]ache
!?*.[Cc]ache/
*.dbproj.schemaview
*.jfm
orleans.codegen.cs
ServiceFabricBackup/
*.rptproj.bak
*.mdf
*.ldf
*.ndf
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
FakesAssemblies/
*.GhostDoc.xml
.ntvs_analysis.dat
node_modules/
*.plg
*.opt
*.vbw
*.dsw
*.dsp
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
**/.paket/paket.exe
paket-files/
**/.fake/
**/.cr/personal
**/__pycache__/
*.pyc
*.tss
*.jmconfig
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
OpenCover/
ASALocalRun/
*.binlog
MSBuild_Logs/
.aws-sam
*.nvuser
**/.mfractor/
**/.localhistory/
.vshistory/
healthchecksdb
MigrationBackup/
**/.ionide/
FodyWeavers.xsd
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix
*.cab
*.msi
*.msix
*.msm
*.msp

# OS/IDE
.idea/
*.swp
*.swo

Loading
Loading