Skip to main content
Filter by
Sorted by
Tagged with
5 votes
2 answers
180 views

In the released .NET 10 there is a new method added to the Volatile class with the name ReadBarrier(). And I don't know whether from the compilers perspective there is a difference if I do a read with ...
Dominik Ferencz's user avatar
Best practices
0 votes
4 replies
60 views

I have an application which was written years ago in VB.NET. Recently I migrated it to .NET framework 4.8. This change was smooth. Now I am planning to migrate it to an ASP.NET Core 10 Web API using C#...
Jyothish Bhaskaran's user avatar
1 vote
0 answers
72 views

After upgrading from .NET 9 to .NET 10 (.NET vesion and packages like OpenApi), I started getting this exception: Application startup exception System.TypeLoadException: Could not load type '...
Zohir Boshi's user avatar
0 votes
1 answer
99 views

I am updating a Blazor web assembly project from .NET 9 to .NET 10, and noticed a change in behavior with the following line of code: @rendermode @(new InteractiveWebAssemblyRenderMode(prerender: ...
SuperBlazor's user avatar
0 votes
0 answers
58 views

In a .NET Core C# project, I get many errors like this: Predefined type 'System.Object' is not defined or imported Primary variables such as int and string are not recognized. I have tried the ...
Dadkhah's user avatar
  • 125
Advice
0 votes
2 replies
34 views

When creating integration tests for ASP.NET Core 10 web apps, we use the WebApplicationFactory<TEntryPoint> class. When a single ASP.NET Core web project is used as SUT, it's simple and it works:...
AlexB's user avatar
  • 4,684
0 votes
0 answers
26 views

After installing Visual Studio 2026 and .NET10 I noticed the following behavior: I’m building an AOT project that uses DI. When I build and publish the project, the IL trimming/AOT warnings are not ...
user31905611's user avatar