Enum.Source.Generator
Enum.Source.Generator copied to clipboard
A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG) However, the source generators have been deprecated in favor of the new incremental generators , that allows better performance...
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.2.2 to 3.6.0. Release notes Sourced from MSTest.TestAdapter's releases. v3.6.0 See the release notes here Special shoutout to @SimonCropp for his exceptional contribution in improving the quality...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.11.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.1 What's Changed [rel/17.11] Forward error output from testhost as info by @nohwnd in microsoft/vstest#5193 Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1...
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.9.2. Commits 82543a6 v2.9.2 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects 502f6d1 Bump up to v2.9.2-pre bb7c3e4 v2.9.1 5d70d25 #3028: Support...
Bumps [Moq](https://github.com/moq/moq) from 4.20.70 to 4.20.72. Release notes Sourced from Moq's releases. v4.20.72 What's Changed 🔨 Other Remove unused attribute by @kzu in devlooped/moq#1515 Full Changelog: https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72 v4.20.71 What's Changed...
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 6.12.1. Release notes Sourced from FluentAssertions's releases. 6.12.1 What's Changed Improvements Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item -...
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.2.2 to 3.6.0. Release notes Sourced from MSTest.TestFramework's releases. v3.6.0 See the release notes here Special shoutout to @SimonCropp for his exceptional contribution in improving the quality...
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.12 to 0.14.0. Release notes Sourced from BenchmarkDotNet's releases. 0.14.0 Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html Highlights Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser...
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.11.0 to 1.16.0. Commits c399ff1 v1.16.0 8cf9780 Add Fixer for xUnit1051 using TestContext.Current.CancellationToken (#188) 5d9f063 xunit/xunit#3000: xUnit1012 when using [InlineData(<decimal>)] c83af22 xunit/xunit#3007: xUnit1039 fires on generic methods...