ctyar
ctyar
A task containing this attribute returns an error ``` ``` Output: ``` Build.proj(64,13): error MSB4064: The "IncludeReferencedProjects" parameter is not supported by the "NuGetPack" task. Verify the parameter exists on...
Just added a new section for .NET 9 and removed .NET 7 to keep docs updated with the latest versions.
I'm not sure if we should add .NET 8 and 9 too or not. The change for adding the full namespace for `AcceptsMetadata` was because the class was ambiguous. Also,...
Adding MinimalApis.Extensions 0.11.0 to a .NET 10 project throws the following the exception: Sample repro: https://github.com/ctyar/Playground/tree/MinimalApisExtensions ```csharp System.TypeLoadException HResult=0x80131522 Message=Method 'get_Description' in type 'Microsoft.AspNetCore.Http.ProducesResponseTypeMetadata' from assembly 'MinimalApis.Extensions, Version=0.11.0.0, Culture=neutral, PublicKeyToken=null'...