| Date | 2023-01-24 (1,027 days ago) |
|---|---|
| Downloads | 310 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 .NET 6 .NET 7 |
New alpha release 🎉
Via NuGet:
dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0-alpha010or:
Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0-alpha010Fixed issues comma separated GUID values (see 7489bb0)
Until now, the two methods supported query strings like guid1=a&guid2=b, but not guids=a,b. With this commit, both scenarios are now supported.
Fixed misc issues with parsing query strings with comma separated values (see 46e6ff9)
Similar to the issue with comma separated GUID values, the logic for parsing other types had the same problems.
Updated the Skybrud.Essentials dependency to the newest version (see 24657d9)
The package now has a dependency for v1.1.46.