Skip to content

Tags: nogic1008/WritableOptions.Net

Tags

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v3.1.0 (#301)

* ci(dependabot): add next milestone & devcontainer config

* docs: update year

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: use Encoding.Preamble to reduce array creation (#183)

only on .NET Core 2.1 or higher

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add documentation for v3 (#177)

v3.0.0-beta.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support Blazor Server App (#169)

* feat(sample): add Blazor Server App
* refactor(sample): use common AppOption
* fix(core): inject `IConfiguration` instead of `IConfigurationRoot`

v3.0.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enable Source Linking (#166)

v3.0.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#161)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 (#114)

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump ConsoleAppFramework from 3.3.2 to 4.0.1 (#54)

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support .NET 6 (#42)

* ci: use .NET 6 on CI
* chore(deps): update .NET 6 libraries
* build: add TargetFramework
* style(csharp10): use File-scoped namespace
* style(csharp10): use Global Using Directive
* style: fix logging call (Analyzer suggestions)
* chore(lint): use native dotnet-format tool
* build: add ImplicitUsings option
* chore: add .NET 6 benchmark