Version 1.0.0-alpha009

Alpha
Date 2023-01-12 (673 days ago)
Downloads 209 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5 .NET 6 .NET 7

New alpha release 🎉

#installation">Installation

Via NuGet:

dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0-alpha009

or:

Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0-alpha009

#changelog">Changelog

  • Added a bunch of TryGet{Type} extension methods to the QueryStringExtensions class (see 6aa56bc)
    As an alternative to the existing Get{Type} extension methods, the QueryStringExtensions class now also contains corresponding TryGet{Type}

  • Added a bunch of extension methods for getting GUID values from IQueryCollection and StringValues (see 56f1187)
    Similar to the other extension methods for getting value types, the package now supports getting single and multiple GUID values from both IQueryCollection and StringValues instances.

  • Updated the Skybrud.Essentials dependency to the newest version (see 7236184)
    The package now has a dependency for v1.1.45.

  • Updated project to use C# 11 and added .NET 7 as an additional target framework (see 548ed69)
    Might as well uses the newest versions. 😎