Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Config.Net

The easiest configuration framework for .NET developers
Collective - Host: opensource - https://opencollective.com/config - Code: https://github.com/aloneguid/config

Merge pull request #149 from MagicAndre1981/issue148net7support

.NET7 support #148

github.com/aloneguid/config - 81bb4a29c926150440370405f2cf6d3bdb6cc83d authored about 2 years ago by Ivan G <[email protected]>
.NET7 support #148

github.com/aloneguid/config - dd1e1d1beef67f7272d211f80d5214b2815a96a6 authored about 2 years ago by MagicAndre1981 <[email protected]>
fix merge issues

github.com/aloneguid/config - 3fdd9d3031ef09c203d8a0749b10d8a2a69540a3 authored about 2 years ago by IG <[email protected]>
Merge pull request #144 from holdenmai/65-CollectionAliases

Issue 65: Picking up the attributes when transforming to a collection

github.com/aloneguid/config - e2ef7b2d9e985f2cddae8d4947829ba106f34a24 authored about 2 years ago by Ivan G <[email protected]>
Merge branch 'master' into 65-CollectionAliases

github.com/aloneguid/config - bb71920846b3cdd01ae449af6c113e171da8ff23 authored about 2 years ago by Ivan G <[email protected]>
Create file directory if it does not exist before doing File.WriteAllText in JsonConfigStore

github.com/aloneguid/config - adf833f92d99f0adbf3156703513b1fb313087bc authored about 2 years ago by youri <[email protected]>
add back "skip for non-master"

github.com/aloneguid/config - 4256aa9ed1e0e9274ead0c41f870655d02d5fa37 authored about 2 years ago by IG <[email protected]>
create github environment for deployment

github.com/aloneguid/config - 6f7642ed7900e4efd7aeb37debcb998bfe43d877 authored about 2 years ago by IG <[email protected]>
Merge branch 'master' of https://github.com/aloneguid/config

github.com/aloneguid/config - 53a10bc83d9c9645cfb34a0e9443e7fb4fdbee93 authored over 2 years ago by IG <[email protected]>
bump version to 5.1.3

github.com/aloneguid/config - 1aff4abbd686c47ebe9dc2f4c79b7321e67ceb05 authored over 2 years ago by Ivan G <[email protected]>
Add escaping of new line characters for inline comments.

github.com/aloneguid/config - 395713c52c0c8bb6f51af29adb9f93a388c8b8bd authored over 2 years ago by Matthias Kersting <[email protected]>
Check comment values in IniKeyValueTest

github.com/aloneguid/config - 1ccac7c9e48a776afa118a4d44ba5335a598fc83 authored over 2 years ago by Matthias Kersting <[email protected]>
Escape \r and \n characters when writing keys and values.

github.com/aloneguid/config - 15fba9b805b23da1ba24eadbc0d52c10180cd7d0 authored over 2 years ago by Matthias Kersting <[email protected]>
Add option to unescape new line characters.

github.com/aloneguid/config - 6a60df221d2be11ba22e6eafcb17a34a0e47200a authored over 2 years ago by Matthias Kersting <[email protected]>
Issue 65: Picking up the attributes when transforming to a collection box.

github.com/aloneguid/config - 5f2963119c0acf23d6e80b1f0a1afba2102b5547 authored over 2 years ago by Holden Mai <[email protected]>
readme badges

github.com/aloneguid/config - 9a7a0a691b6615570fa012f1145f24595909c792 authored over 2 years ago by aloneguid <[email protected]>
Build and test now runs on Windows to specifically target classic .NET as well.

github.com/aloneguid/config - 7078250e301d06696eabed06ccf2e75dcf7b6806 authored over 2 years ago by aloneguid <[email protected]>
Remove unwanted checks and add workarounds for testing on windows-only .net versions.

github.com/aloneguid/config - ca6019b9ece7b4dd18201e77bf75d6b7665a7492 authored over 2 years ago by aloneguid <[email protected]>
Run tests using .NET 6 and .NET Core 3.1

github.com/aloneguid/config - 7f8bb61b155fa02bef23c70d8185b23daaafa40c authored over 2 years ago by aloneguid <[email protected]>
JSON

- support writeable json files
- add JSON to all .NET target and not only .NET >= 5

github.com/aloneguid/config - b7a21a9073fee548057bbb1b6a6ce5b924bdc7ef authored over 2 years ago by aloneguid <[email protected]>
simplified documentation and hopefully fixing all the broken links

github.com/aloneguid/config - f09957de4e415841d8349d6e0ed7e30456a0a9c6 authored over 2 years ago by aloneguid <[email protected]>
wrong link

github.com/aloneguid/config - 09ecd0c1734cc5f5a225ef80f646ddbc509c4af2 authored over 2 years ago by aloneguid <[email protected]>
update front image

github.com/aloneguid/config - 00ed2e185c75af8bde28186a8c9a5f781e99832b authored over 2 years ago by aloneguid <[email protected]>
generate github release

github.com/aloneguid/config - d4591f70ea9851f7e3069f107f77b8ae4ac397b9 authored over 2 years ago by aloneguid <[email protected]>
fixing some broken links in readme

github.com/aloneguid/config - 23f85901f8f0a520ca13aa6c0b1cde8874202d8e authored over 2 years ago by aloneguid <[email protected]>
bring back netstandard 2.0

github.com/aloneguid/config - a7f37328bafbcaebc1a69e1e38a8c3651b745247 authored over 2 years ago by aloneguid <[email protected]>
docs

- rider logo is taken from the official source

github.com/aloneguid/config - 66a71655ac68f2655ca7c4875f3a0265bb240492 authored over 2 years ago by aloneguid <[email protected]>
yaml package wasn't published

github.com/aloneguid/config - 5d547b3c741077eeba968613bdfad30cfa1bdae7 authored over 2 years ago by aloneguid <[email protected]>
V5

- upgraded to nullables
- Newtonsoft.JSON removed and replaced (not fully) with System.Text.Json
...

github.com/aloneguid/config - c63e9d16a8e4cf34dd838b84a8a5184c2a1126d7 authored over 2 years ago by aloneguid <[email protected]>
fix spelling + add downloads badge

github.com/aloneguid/config - 4f321343fc19e44a87c20123e61a672a23f38a75 authored about 3 years ago by aloneguid <[email protected]>
bump version

github.com/aloneguid/config - a67824586329b0e36c56ae44fab604249531cb6a authored about 3 years ago by aloneguid <[email protected]>
Update JsonFileConfigStore.cs

Check that a file exists before doing a File.Replace - Do a File.Move instead if it does not.

github.com/aloneguid/config - 48b2946a660ebf7e1f3587b80afb04f23891e910 authored about 3 years ago by Youri Karpeev <[email protected]>
Update JsonFileConfigStore.cs

Fixed the problem for issue:
https://github.com/aloneguid/config/issues/115

github.com/aloneguid/config - 02cc8cd57d7b50a5e68473e9349f427633cfd69f authored about 3 years ago by MichaelRobl <[email protected]>
seems like we need Microsoft.Net.Test.Sdk in .NET 6 for tests to run.

github.com/aloneguid/config - 82f857eab16b06e7964e923c0458f914325887d3 authored about 3 years ago by aloneguid <[email protected]>
bump version

github.com/aloneguid/config - 1ad993027eeda5f0f62349bb8d8f97ddc244e6ed authored about 3 years ago by aloneguid <[email protected]>
also need to upgrade test runner's framework

github.com/aloneguid/config - 756296fb0a7d17a730fc328d6a700d123b749c95 authored about 3 years ago by aloneguid <[email protected]>
added net6.0 to TargetFrameworks

github.com/aloneguid/config - a47cef40844f090b198db35458b4e44f98b1c826 authored about 3 years ago by MagicAndre1981 <[email protected]>
try upgrading SDK

github.com/aloneguid/config - e3dcb0dbbfefc0df62b992f08fbce47086457299 authored about 3 years ago by aloneguid <[email protected]>
added DotNet.ReproducibleBuilds via Directory.Build.props ( https://github.com/dotnet/reproducible-builds/blob/main/README.md#usage ), this automatically adds Sourcelink ( fixes #93 )

github.com/aloneguid/config - 363bfe42f8212e3c4c8908869924d2f8dd144ad8 authored over 3 years ago by MagicAndre1981 <[email protected]>
bump version

github.com/aloneguid/config - 4087a4826bb11e57f04379cd8a3b77212ae7bb21 authored over 3 years ago by aloneguid <[email protected]>
Try to write the json config file back to disk as atomically as possible.

github.com/aloneguid/config - 7fec44458c7901defcb318640e48984c48c75f25 authored over 3 years ago by Tobias Braun <[email protected]>
run on PR

github.com/aloneguid/config - bc6ee50dbd2e05daf083f9d6430bef6bb11b60a9 authored over 3 years ago by aloneguid <[email protected]>
specify versions better

github.com/aloneguid/config - 6eb4318478df6fda69cf30ead2ee9dd6843bc512 authored over 3 years ago by aloneguid <[email protected]>
fix upload action

github.com/aloneguid/config - 7074ca625cc7e9694c6f8058ae7e70b0a7755f1c authored over 3 years ago by aloneguid <[email protected]>
another attempt with Actions

github.com/aloneguid/config - 4bae038b4233e1da982ddfc10347f2eb6ba04fad authored over 3 years ago by aloneguid <[email protected]>
migrating to Actions

github.com/aloneguid/config - caa2ca8a976ffd5a66736a7cdca7dc5035b72935 authored over 3 years ago by aloneguid <[email protected]>
metadata fix for .net 5

github.com/aloneguid/config - e86fb5a9e3622f6656442f0199c6de1d13718a15 authored over 3 years ago by aloneguid <[email protected]>
metadata fix for .net 5

github.com/aloneguid/config - 31d5b0ac429812fc9df5e465cd32dc386f2ceb7d authored over 3 years ago by aloneguid <[email protected]>
wrong metadata supplied

github.com/aloneguid/config - f42a6c05f6d3e7912d00baec314cd1c374474449 authored over 3 years ago by aloneguid <[email protected]>
- icon/license fixes

- remove storage.net integrator

github.com/aloneguid/config - ad9460f9a6f8c9596f4d79ec1dc298bce241d3a7 authored over 3 years ago by aloneguid <[email protected]>
update references and frameworks

github.com/aloneguid/config - 15d0b6cc0a0fb547a2eac313bea1243cf92b4507 authored over 3 years ago by aloneguid <[email protected]>
Merge branch 'master' of https://github.com/aloneguid/config

github.com/aloneguid/config - 784b293c38fa1ddef0f5c60e5c6c6ee559c1e9ea authored over 4 years ago by Ivan G <[email protected]>
remove housework references, simplify the pipeline

github.com/aloneguid/config - 56413f719e7606cf2c5ddb11a6c844f57b075217 authored over 4 years ago by Ivan G <[email protected]>
fixed problem during using multiple json files with collection values they are not overriden

github.com/aloneguid/config - aa583fb6963d3bb54aa34a7d7786c865c2bb12e3 authored over 4 years ago by Mathias Feitzinger <[email protected]>
Correct method name.

github.com/aloneguid/config - f3f96b4bf93629bcff5206755d05d0292ba5dbc9 authored over 4 years ago by Kevin Gallahan <[email protected]>
disabled azure devops tests - resources are missing

github.com/aloneguid/config - 9c87ae7ac86f35595645a374763cd3daa3efada7 authored almost 5 years ago by Ivan G <[email protected]>
updated readme regarding this issue

github.com/aloneguid/config - 2142ef3cbca6058f03fee37eca4c536a9fba74c2 authored almost 5 years ago by Ivan G <[email protected]>
Add support of DefaultValueAttribute

github.com/aloneguid/config - 420811f138e69e591b041732cb47adb5f4d44b23 authored almost 5 years ago by Laurent Minot <[email protected]>
expose configuration helper for azuredevops

github.com/aloneguid/config - 53879853dd714be6412dd7dd794d7d3f6434bef8 authored almost 5 years ago by Ivan G <[email protected]>
disable KV tests for now

github.com/aloneguid/config - 537ed8df3e745b625f0176b6e1680158013b9370 authored almost 5 years ago by Ivan G <[email protected]>
case insensitive compare where possible

github.com/aloneguid/config - 136812128905652e3be4c1a818aa21dc7f35728a authored almost 5 years ago by Ivan G <[email protected]>
Update FUNDING.yml

github.com/aloneguid/config - fdd2f29e192538fd4bb569aa520fc1ab6e9305fe authored about 5 years ago by Ivan Gavryliuk <[email protected]>
azure devops variable set

github.com/aloneguid/config - 6e25852e88c3db721305928cf584ce0ee973a4a9 authored about 5 years ago by Ivan G <[email protected]>
inpc calls on alias and native name

github.com/aloneguid/config - 9be025b9ad58491ef80526fb5213f5ca480ef49b authored about 5 years ago by Ivan G <[email protected]>
test execution

github.com/aloneguid/config - 748cb71409395063c505ca3383625dc319599d8c authored about 5 years ago by Ivan G <[email protected]>
Merge branch 'master' of https://github.com/aloneguid/config

github.com/aloneguid/config - a573b275f849edc3239cc8d7dca8c20a331c5327 authored about 5 years ago by Ivan G <[email protected]>
running is preventing build

github.com/aloneguid/config - 4ac3c120608f37b6ac5deda30b314625ed47bd94 authored about 5 years ago by Ivan G <[email protected]>
Update azure-pipelines.yml for Azure Pipelines

github.com/aloneguid/config - f304fba409846ef402d6bcb315e8808bf96fc40c authored about 5 years ago by Ivan Gavryliuk <[email protected]>
framework upgrades, build on linux

github.com/aloneguid/config - 5451c3ab72d8a47befeb2f6b86321a9e269a7b15 authored about 5 years ago by Ivan G <[email protected]>
targeting issue

github.com/aloneguid/config - f290380bc44304fe4b202364f1d8c045ada0a0b5 authored about 5 years ago by Ivan G <[email protected]>
try removing net 452

github.com/aloneguid/config - a0a08a38f5f3e106931069e69bedcea66948693a authored about 5 years ago by Ivan G <[email protected]>
Merge branch 'master' of https://github.com/aloneguid/config

github.com/aloneguid/config - 07b301ffbe6010fd851a05208906809dcfd58486 authored about 5 years ago by Ivan G <[email protected]>
remove more warning

github.com/aloneguid/config - 1a1434da5513510a6320c5152b4d1ba085f6398b authored about 5 years ago by Ivan G <[email protected]>
Update azure-pipelines.yml for Azure Pipelines

github.com/aloneguid/config - 38a10373d5cb3cbc3ee0d42d99eb2ed7037daf40 authored about 5 years ago by Ivan Gavryliuk <[email protected]>
maybe that's an issue?

github.com/aloneguid/config - 8295ad9a813ce4f4d5ebb3f5bc1ebb6ab1a4d380 authored about 5 years ago by Ivan G <[email protected]>
add funding info

github.com/aloneguid/config - 85c6a9b5134dc3898d7f8a742cdc76c479f41ba7 authored about 5 years ago by Ivan G <[email protected]>
root package wasn't generated

github.com/aloneguid/config - c79a289ebd26fa28510082aaebcab25c4843d586 authored about 5 years ago by Ivan G <[email protected]>
update graphics

github.com/aloneguid/config - 5cfde5fd8739f9c92d5f707708320f03536d7b08 authored about 5 years ago by Ivan G <[email protected]>
build script

github.com/aloneguid/config - 2a531458a9bb50ecc58f21f02446fb1753c1c5bd authored about 5 years ago by Ivan G <[email protected]>
INPC support

github.com/aloneguid/config - 03dadc33a46c00469a021f3577b99c1fefd9aad2 authored about 5 years ago by Ivan G <[email protected]>
modernising, removing fake strong naming

github.com/aloneguid/config - d6d6ac04f61579c0fb8d260b9f3ec7a74949ae12 authored about 5 years ago by Ivan G <[email protected]>
kill gitversion

github.com/aloneguid/config - 634650a8e4fe9c3cb0f9a09fddea8c4e6d24b403 authored about 5 years ago by Ivan G <[email protected]>
Update README.md

github.com/aloneguid/config - 2015da9723539fa8cc98dabc41a48c40d632ec57 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Update README.md

github.com/aloneguid/config - f08776c699b33f70cce74f69a70e0452d2288137 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Update azure-pipelines.yml for Azure Pipelines

github.com/aloneguid/config - f53c5396b5436ed0048b9a6731d3ccc48c3e62ad authored over 5 years ago by Ivan Gavryliuk <[email protected]>
update readme

github.com/aloneguid/config - 0bf6bb28f33a1736ebfee165778cd162b832ad7b authored over 5 years ago by Ivan Gavryliuk <[email protected]>
reference externals

github.com/aloneguid/config - cd796715a3c0b50ccd99a2bc40d66b5cae4aea03 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
migrate to azure pipelines

github.com/aloneguid/config - 2a5513af013f6d6d5fb568f594e08c4acc4c0b57 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Latebound (#90)

* sample for dependant builders

* disable flaky test

github.com/aloneguid/config - c40358d7acc212de476d2523d965d73e002fd7f2 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Using appsettings.json similar to ASP.NET configuration (#89)

* Using appsettings.json similar to ASP.NET configuration. Update Unit Test and Runner. Update d...

github.com/aloneguid/config - 8305cb5d3e99c52d5633899f66a909bb28f8f658 authored over 5 years ago by golavr <[email protected]>
Merge branch 'master' of https://github.com/aloneguid/config

github.com/aloneguid/config - 0b2c9b4b6965bdfab17e41df29be928c911e5087 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
using gitversion mainline mode

github.com/aloneguid/config - f7c5b6a66065d51f9366db7b0b7e2b5f25e7fff0 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Update README.md

github.com/aloneguid/config - 86487da6430a4755bfa47d7b5e2091cbd12c8339 authored over 5 years ago by Ivan Gavryliuk <[email protected]>
Update README.md

github.com/aloneguid/config - 131cf257848874d3ac3e7b0716c696b5d644d947 authored over 5 years ago by Ivan Gavryliuk <[email protected]>