Data seeding with anonymous objects in .NET 9
Roslyn Incremental CodeGen from text files not working
✅ Nested Record Inheritance
Is there an issue with C# Winforms image resizing function?
✅ Issue with try/catch block

hi guys good day can anyone help me with my MVC web app regarding simple validation on modal bootstr

trying to update my java jdk path but having issues
✅ Issue with Collection Expression in the ubuntu-latest VM of Azure.
The call is ambiguous between the following methods or properties: 'string.Split(char[]?, StringSplitOptions)' and 'string.Split(string?, StringSplitOptions)
, but it doesn't fail locally.
From what I understand, it's because of the difference in the SDK used locally, and the one used in the VM used by the build agent, ubuntu-latest
. This SO answer highlights the reason, and how to address it: https://stackoverflow.com/a/78959408
How would you go about actually addressing it, considering that my pipeline's yml definition requests ubuntu-latest
, so unless I actually downgrade to something older than a year or so, it will still happen right?
...How to properly test my system ?

MediaPicker pictures not showing up properly after uploading with MAUI
public ObservableCollection<ImageSource> Photos { get; } = new(); In my Task AddPhotoAsync the taken or selected picture is put in result ...

WPF Icon
clean architecture, what are the references

dotnet ef migrations add init returns: 'Unable to retrieve project metadata.'
8.0.100, 8.0.405 and 9.0.203
. I am on Arch Linux but installed these through the install script from microsoft. As for EF Tools I'm using version 9.0.0
but have also tried 9.0.2 and 9.0.4, neither worked and the same error is returned each time. I have tried running the command with --msbuildprojectextensionspath
and it yielded the same r...
How can I use .NET lock files (LockedMode) reliably across Windows, macOS, and Linux?
How do I reference a Native Dll project in a managed C# project in same solution?
Where does dotnet core on linux search for root certificates?
✅ identifier "CreateCoreWebView2EnvironmentWithDetails" is undefined
✅ Database-Update problem

✅ How do i get .NET 4.x on VS 2022?

ObservableProperty isn't updating on the UI