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
5 votes
1 answer
202 views

After upgrading from .NET 9 to .NET 10, a MongoDB query that used to work now throws a System.NotSupportedException during query execution. I'm looking for pointers whether this is a runtime change in ...
mrcode's user avatar
  • 567
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
1 answer
85 views

I want to use polymorphic JSON for the RichText type in .NET 10 because I plan migrating from one richtext format to another and I am stuck with a problem: when the object is automatically serialized ...
Sannnekk's user avatar
  • 103
1 vote
1 answer
154 views

I am attempting to create a new EF Core migration using the add-migration command in the Visual Studio Package Manager, but the command is failing with the following error: The running command ...
user1474992's user avatar
-7 votes
0 answers
82 views

I have a .Net 9.0 Blazor project that I've migrated to .Net 10.0 . After the migration, the @onclick events no longer trigger. The .Net 9.0 version was setup to use InteractiveServer rendering both on ...
Middletone's user avatar
  • 4,276
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
3 votes
0 answers
148 views

I'm currently in the process of upgrading to .NET 10 from .NET 9, but unfortunately as usual the documentation of breaking changes seems to be lacking when it comes to certain functionality and ...
jezzipin's user avatar
  • 4,282
1 vote
0 answers
64 views

I have a .NET 10 MAUI app configured with Aspire 13. When I start the Aspire project and the dashboard launches, I ensure that the emulator is running. Steps to reproduce Start Visual Studio Create a ...
James D's user avatar
  • 11
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