Skip to content

12.0.0: C# 12 Features using Source Generator

Latest
Compare
Choose a tag to compare
@walterlv walterlv released this 30 Apr 15:31
· 2 commits to main since this release
c00e7cc

We no longer provide many NuGet packages. It's very hard for developer users to choose!

Now, Just package reference dotnetCampus.LatestCSharpFeatures and everything works without any extra dependency.

<!-- Since dotnetCampus.LatestCSharpFeatures only contains source generators, it does not introduce any runtime dependencies.
     We can set it to PrivateAssets="all" to avoid passing it on to other projects. -->
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.0" PrivateAssets="all" />