MintPlayer.SeasonChecker

This package allows you to find the season for a certain date


Keywords
DateTime, Season
License
Apache-2.0
Install
Install-Package MintPlayer.SeasonChecker -Version 1.1.9

Documentation

.NET Tools

Source Generators

This repository contains several .NET Source generators

  • ValueComparerGenerator: Makes it easier to write your own source-generators by generating the value-comparers for you
  • MapperGenerator: Automatically generates mapper-extension-methods for you. It has support for property-name remapping and property-type remapping
  • SourceGenerators
    • Generates extension methods to register services decorated with the [Register] attribute
    • Allows you to use the [Inject] attribute, removing the constructor completely
    • Contains an interface-implementation analyzer