Skip to content

Releases: credfeto/credfeto-enum-source-generation

Release 1.0.2.14

16 Dec 19:58
7f05262
Compare
Choose a tag to compare

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

14 Dec 22:08
c7fc351
Compare
Choose a tag to compare

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

22 Nov 14:08
c19fc72
Compare
Choose a tag to compare

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

22 Nov 12:02
82659cf
Compare
Choose a tag to compare

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

09 Nov 22:47
18f18b2
Compare
Choose a tag to compare

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

08 Nov 17:06
735ce7d
Compare
Choose a tag to compare

Changed

  • FF-3881 - Updated DotNet SDK to 7.0.100

Release 0.0.6.8

08 Nov 00:43
cea7dda
Compare
Choose a tag to compare

Fixed

  • File not found issues when publishing on windows

Changed

  • FF-1429 - Updated Microsoft.Extensions to 7.0.0

Release 0.0.5.7

07 Nov 18:26
186ff50
Compare
Choose a tag to compare

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

07 Nov 00:16
9b97195
Compare
Choose a tag to compare

Added

  • Ability to generate extension methods for third party enums

Release 0.0.3.5

06 Nov 17:51
70cfcc4
Compare
Choose a tag to compare

Added

  • Checks for enum.ToString where they should be enum.GetName