how do I send data back and forth
Visual Studio 2022 (0xc0000409) Error Code
Versioned API client architecture
Cannot return null from an action method with a return type of 'Microsoft.AspNetCore.Mvc.JsonResult'
System.InvalidOperationException: Cannot return null from an action method with a return type of 'Microsoft.AspNetCore.Mvc.JsonResult'.
My Rider does not let me debug like this (as per attached screenshot) so I have no idea what caused this exception.
...
Reflection error Object type T does not match target type System.RuntimeType.
DefaultCommand
.
Can someone please help me I'm sure i made some stupid mistake :/
For Context the command.CommandReference
can't be null it's checked before this Method is called.
The CommandReference
is the Class i'm trying to call a method from....Is setting Jwt and fresh tokens as HTTP only cookies good ?
Why isnt it outputting the same

Error acquiring .NET when offline but works when online in VS Code

Handling Custom Assembly Attributes in Unit Tests After Migrating from .NET Framework 4.8 to .NET 8
see code sample 1 in attached screenshot
see code sample 1 in attached screenshot

✅ XAML Constructor Error e0434352
Package Error

WireMock.NET match on domain
domain1.com
and domain2.com
I want to be able to catch these in WireMock.
Note, I have logic in my application that is dependent on the domain name and thus I can't configure the domain name as a configurable value....Blank screen after launching app, only when done through VS

Beginner in C# – Need a Learning Path for Backend Web Dev
[WPF/Chromium] How to modify a page displayed in WPF's HTML through background code
How to save signalR chat messages to database
[C# console app .net4.7.2] Seemingly can't instantiate an object

Warning about Trimmers and XmlSerializers
IL2026: [...] Members from serialized types may be trimmed if not referenced directly.
, the code looked like this:
```cs
[Serializable]
[XmlType(nameof(MyData))]...c# API + angular front end
[ASKING FOR JS] Javascript wont load after post refresh [SOLVED]