MH-ZShearer
MH-ZShearer
I've noticed no perceivable difference than before. It still takes several minutes to even start devenv. The last 3 runs took 6:23, 6:28, and 7:57 minutes each just to start...
I was able to reproduce this issue and figured I'd share my findings for those unfortunate enough to experience this problem. In the same solution, I created a brand new...
> I must admit that i've more or less given up on upgrading my WPF application to .NET 6/7 and still rely on the WCF service. The tooling (dotnet-svcutil) for...
For posterity, I have included the command I was using to create the service references in my project. I used a PowerShell variable, but it isn't required. The provided options...
As a follow up regarding other unit testing "issues", I would like to further address the library's default error tolerance as well as how unit test comparison values are represented....
Sorry, I can get a bit carried away at times. I think you have the gist of it, though. I hope this helps clarify things, or at least makes referencing...
Here is a minimal reproducible solution. https://github.com/MH-ZShearer/SourceGeneratorTest The same exact code in a .NET 7.0 application works, but this .NET Framework 4.8 fails to compile with: ``` error CS0103: The...
> This is because you used the old csproj file when building the netFramework project, and the easiest way to build the project is to build a net7 project first,...
> For anyone with an app manifest (.dll.manifest/.exe.manifest) per customer though, I am curious why you need that because the URL isn't contained within those files - their contents depends...
Sorry, I misunderstood how the providers worked for Math.NET so the information I provided was not relevant. I am still interested in a resolution to this though. We are currently...