CliveB
CliveB
Thanks, im using V5
OK , found the issue. I had just tried added CascadingAuthenticationState to my App.Razor Which, had caused my entire page to be duplicated if I scrolled down, So im guessing...
I do this with TypeAhead, by maintaining a separate List that's added to in the "ValueChanged" event, I then render these items below the TypeAhead as the selected items, with...
> Hello, may I ask which algorithm are you interested in specifically? > I will try to implement one or two in the next version. Hi, thanks, I was just...
Finally managed to track down why NuGet package manager not showing, which led me here. I had done a repair of VS2022 (17.1.0) which fixed the issue . and package...
Yes its a release version of VS2022. It was happening on the prior version, I tried upgrading to see it it resolved it as I thought was a VS issue,...
Yes, I have just discovered a very similar issue also. I have a Timestamp column on every table Defined in a base class ``` public abstract class Entity { [Required,Key]...
Thanks, good workaround, yes that does stop the Migrations, I implemented like this so it does every table (as I have timestamp in a base class) ``` foreach (var entityType...
I get this error, with 4.27.2 I had just upgrading a dockerfile to .net8, I got the above error, I then tried with a old .net7 code branch and it...
@destrugter id love to see how you have implemented this, so you are able to render a diagram to a PNG?