This is a minor bug fix release with the following notable changes:
- Mark source generator output for code analysis exemption by @atifaziz in #199
- Fix hint name when root namespace is empty by @atifaziz in #203
- Dropped .NET 6 runtime target as it has reached end-of-life
- Dropped .NET Standard 1.5 target as it's no longer recommended per .NET Standard guidance; replaced by targeting .NET Framework 4.7 specifically.
Other Changes
- Enable nullability context for all projects by @atifaziz in #176
- Remove .NET 5 target that's reached end-of-life by @atifaziz in #181
- Update to .NET 7 SDK & targets by @atifaziz in #182
- Update playground app to use .NET 7 by @atifaziz in #183
- Remove testing on .NET Core 3.1 that's no longer supported by @atifaziz in #184
- Remove unused source generator post initialization by @atifaziz in #185
- Update .NET SDK, target runtime & packages by @atifaziz in #192
- Update to NUnit 4 by @atifaziz in #193
- Update .NET tools to their latest versions by @atifaziz in #194
- Allow IDE0061: Use block body for local functions by @atifaziz in #198
- Migrate to GitHub CI workflow by @atifaziz in #201
- Update SDK, run-time targets & dependencies by @atifaziz in #202
- Upgrade to C# 14 and modernize codebase by @atifaziz in #204
See Also
- 0.8.3 milestone for changes in this release
- Commit history since 0.8.1