Springy

Results 18 comments of Springy

And yet another reason against EFcore.

Maybe you should read this [issue](https://github.com/aspnet/EntityFramework6/issues/271) for better understanding.

@stakx so (3) indirectly states you should not use aspnetcore 2.1 on .NET Framework although being a valid target. I have not noticed a warning so far that it will...

I'm testing some basic components like async-loading data visualizers and buttons (executing async code) which must be absolutely non-reentrant even when using Blazor-server. There already is async support, but none...

This extension method - copied from similar `Add()` method in `ComponentParameterCollectionBuilder` itself - solved my problem: ```c# public static class ExtensionsMethods { public static ComponentParameterCollectionBuilder Add(this ComponentParameterCollectionBuilder builder, Expression parameterSelector,...

In short/abstracts I both need the values the EventCallbacks receive from the component in order to apply assertions on them, and also simulate fake work by returning `Task.Delay()` (real services...

It's not about UI/input/form validation but validation=unit-testing (=asserting) that some events transport the right data (not string specific) - and yes, the situation is comparable to `OnInitializedAsync` where intermediary renders...

I have the feeling it resumed working with SDK 6.0.202 / .NET 6.0.4 Edit 2022-04-26: Building (inside VS) seems to work now but `dotnet publish` on CI side does not.

I'm very sorry to say this, but this tool -- in its current state -- is totally useless to me because 99.9% of the warnings are pure nonsense bullshit. And...

Fully agree for the usage. But **IT IS** throwing unnecessary errors for some NuGet packages which have been declared as being part of NETCORE or ASPNETCORE. I'm repeating myself the...