Releases: credfeto/credfeto-enum-source-generation
Releases · credfeto/credfeto-enum-source-generation
Release 1.0.2.14
Changed
- FF-1429 - Updated FunFair.Test.Common to 6.0.11.2429
- FF-1429 - Updated Meziantou.Analyzer to 1.0.757
- FF-1429 - Updated Microsoft.NET.Test.Sdk to 17.4.1
Full Changelog: v1.0.1.13...v1.0.2.14
Release 1.0.1.13
Added
- IsDefined extension method as an optimised Enum.IsDefined alternative
Changed
- FF-1429 - Updated Meziantou.Analyzer to 1.0.756
- FF-1429 - Updated Roslynator.Analyzers to 4.2.0
- FF-1429 - Updated xunit.analyzers to 1.1.0
- FF-1429 - Updated SonarAnalyzer.CSharp to 8.50.0.58025
- FF-1429 - Updated FunFair.Test.Common to 6.0.10.2422
- FF-3881 - Updated DotNet SDK to 7.0.101
What's Changed
- Is Defined by @github-actions in #7
- [FF-3881] - Updated DotNet SDK to 7.0.101 by @github-actions in #8
Full Changelog: v1.0.0.12...v1.0.1.13
Release 1.0.0.12
Added
- Additional tests for code coverage of the generator and generated code
Changed
- FF-1429 - Updated FunFair.Test.Common to 6.0.8.2334
- FF-1429 - Updated Microsoft.CodeAnalysis.CSharp.Workspaces to 4.4.0
- FF-1429 - Updated Meziantou.Analyzer to 1.0.750
Full Changelog: v1.0.0.11...v1.0.0.12
Release 1.0.0.11
Added
- Additional tests for code coverage of the generator and generated code
Changed
- FF-1429 - Updated FunFair.Test.Common to 6.0.8.2334
- FF-1429 - Updated Microsoft.CodeAnalysis.CSharp.Workspaces to 4.4.0
- FF-1429 - Updated Meziantou.Analyzer to 1.0.750
What's Changed
- Working code analysis tests by @credfeto in #4
- Renamed test by @credfeto in #5
- Refactoring to use UnreachableException by @github-actions in #6
New Contributors
Full Changelog: v0.0.8.10...v1.0.0.11
Release 0.0.8.10
Changed
- Use nameof(enum field) rather than the string
- Extracted throwing exceptions to a separate method
- FF-1429 - Updated Meziantou.Analyzer to 1.0.746
- FF-1429 - Updated Microsoft.VisualStudio.Threading.Analyzers to 17.4.27
- FF-1429 - Updated Philips.CodeAnalysis.MaintainabilityAnalyzers to 1.2.30
- FF-1429 - Updated SonarAnalyzer.CSharp to 8.48.0.56517
- FF-1429 - Updated FunFair.Test.Common to 6.0.7.2278
Release 0.0.7.9
Changed
- FF-3881 - Updated DotNet SDK to 7.0.100
Release 0.0.6.8
Fixed
- File not found issues when publishing on windows
Changed
- FF-1429 - Updated Microsoft.Extensions to 7.0.0
Release 0.0.5.7
Changed
- FF-1429 - Updated FunFair.Test.Common to 6.0.6.2271
- FF-1429 - Updated Microsoft.NET.Test.Sdk to 17.4.0
- Added CopyLocalLockFileAssemblies to project file to make it generate the correct package
Release 0.0.4.6
Added
- Ability to generate extension methods for third party enums
Release 0.0.3.5
Added
- Checks for enum.ToString where they should be enum.GetName