✅ dotnet test: Testing with VSTest target is no longer supported by Microsoft.Testing.Platform
dotnet test produces the following error:
c#
Testing with VSTest target is no longer supported by Microsoft.Testing.Platform on .NET 10 SDK and later. If you use dotnet test, you should opt-in to the new dotnet test experience. For more information, see https://aka.ms/dotnet-test-mtp-error
c#
Testing with VSTest target is no longer supported by Microsoft.Testing.Platform on .NET 10 SDK and later. If you use dotnet test, you should opt-in to the new dotnet test experience. For more information, see https://aka.ms/dotnet-test-mtp-error
Microsoft.Testing.Platform, any idea what might be going on?...Where are my Allocations coming from?
JSON import and export in blazor
✅ Xunit v3 running test cases in parallel
✅ Possible bug in EFCore nested complex properties as record type
My class needs property type which can only either be string or int -not sure how to best implement
INormalisedDataPoint - this represents the interface for ingested Log/Metric data which has been processed and normalised. It has a property called Messages, where I intend to store a List<IMessageField> - so Messages would include things like CPU%: 95%, dataSource: my-macbook, ipAddress: ..... and so on.
I will be ingesting both logs and metrics (numeric values). ...Efcore Dynamic Linq, AND and OR
Console key input shenanigans
Regarding resume writing.
More ideal/efficient way of drawing pixels on a canvas
Need help saving data from checkedlistbox

✅ need help with successful build but error when running

✅ How to get data from entity without includes?
Best way to test something that depends on a ClientWebSocket
ClientWebSocket to send over some data, however we now need to write integration tests for said services. The current setup basically creates the service from a factory method that reads some config from an environment variable and the scoped service instantiates a new client to connect to said websocket, do the job it's supposed to and dispose thereafter.
I am fairly new to this codebase and thankfully have the freedom to change it if necessary, primarily because the codebase is only a few months old as well
I've never worked with WebSockets like this either so any extra feedback on how to improve this code would be great...dotnet test app.cs
LibVLC - Audio Length
✅ WPF Radio Buttons help needed
✅ Hello :) How do I suppose to create a post method to clean my cookie?
✅ Learning C# basic things
