ps-weber
ps-weber
This issue can also appear when using `OpenApiReference`. If you edit your OpenAPI.json it a way that does not change the output (whitespace etc.), MSBuild will run NSwag every time,...
This bug has been open for a while, but I still think its relevant. Some use-cases such as JsonPatch still require Newtonsoft.Json, and Powershell makes it really easy to accidentally...
Can you confirm that specific extensions are indeed compatible with .NET framework? I am using `Microsoft.Extensions.TimeProvider.Testing` and it is specifically tagged as compatible with .NET Framework on nuget.org.
Thanks, that does clarify it. As someone who works with a large .NET Framework project, Microsofts approach here is a bit frustrating. TimeProvider got back ported to .NET framework, but...