Difference between self-contained and require-runtime:
You have to install asp.net runtime and dotnet runtime if using require-runtime
version.
Difference between aot and noaot:
See here
Some BREAKING CHANGES
- config is splitted into user secret and other configuration, the latter is provided by commandline arguments or environment variables.
- config parsers are used as user secret parsers, they are referenced by program directly, no need to put them in
modules
directory. Also, toml and yaml parsers are replaced with another implementations. - CLI arguments are completely rewritten, see README.md for more info.
System.CommandLine
which is used for parsing commandline arguments, is removed. We use Asp.Net Core's configuration provider directly now.
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 by @dependabot in #26
- Bump YamlDotNet from 16.0.0 to 16.1.0 by @dependabot in #28
- Bump Microsoft.Graph from 5.56.0 to 5.56.1 by @dependabot in #27
- Bump Microsoft.Graph from 5.56.1 to 5.57.0 by @dependabot in #30
- Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #29
- Bump Microsoft.Graph from 5.57.0 to 5.58.0 by @dependabot in #33
- Bump YamlDotNet from 16.1.0 to 16.1.2 by @dependabot in #32
- Bump MSTest.TestAdapter from 3.5.2 to 3.6.0 by @dependabot in #34
- Bump MSTest.TestFramework from 3.5.2 to 3.6.0 by @dependabot in #31
- Bump YamlDotNet from 16.1.2 to 16.1.3 by @dependabot in #36
- Bump Azure.Identity from 1.12.0 to 1.12.1 by @dependabot in #35
- Bump MSTest.TestFramework from 3.6.0 to 3.6.1 by @dependabot in #39
- Bump Microsoft.Graph from 5.58.0 to 5.59.0 by @dependabot in #37
- Bump MSTest.TestAdapter from 3.6.0 to 3.6.1 by @dependabot in #38
- Bump Microsoft.AspNetCore.TestHost from 8.0.8 to 8.0.10 by @dependabot in #41
- Bump Microsoft.Graph from 5.59.0 to 5.60.0 by @dependabot in #40
- Bump Microsoft.Graph from 5.60.0 to 5.61.0 by @dependabot in #43
- Bump Azure.Identity from 1.12.1 to 1.13.0 by @dependabot in #42
- Bump Azure.Identity from 1.13.0 to 1.13.1 by @dependabot in #44
- Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #45
- Bump MSTest.TestAdapter from 3.6.1 to 3.6.2 by @dependabot in #46
- Bump MSTest.TestFramework from 3.6.1 to 3.6.2 by @dependabot in #47
- Bump Microsoft.Graph from 5.61.0 to 5.62.0 by @dependabot in #49
- Bump YamlDotNet from 16.1.3 to 16.2.0 by @dependabot in #48
- Bump Microsoft.AspNetCore.TestHost from 8.0.10 to 8.0.11 by @dependabot in #51
- Bump MSTest.TestFramework from 3.6.2 to 3.6.3 by @dependabot in #52
- Bump MSTest.TestAdapter from 3.6.2 to 3.6.3 by @dependabot in #50
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.12.0 by @dependabot in #53
- Bump MSTest.TestFramework from 3.0.4 to 3.6.3 by @dependabot in #54
- Bump MSTest.TestAdapter from 3.0.4 to 3.6.3 by @dependabot in #55
Full Changelog: v0.1.0...v0.2.0