Lamp
Can anyone help me switch my primary key column from int to uniqueidentifier for my web app?
assuming you're using efcore and .net8, I just make the type of the id property a guid then set
new Guid()
in the configuration file or something along those lines7 replies
ASP.NET Identity Login Error
CS9057 The analyzer assembly 'C:\Program Files\dotnet\sdk\8.0.201\Sdks\Microsoft.NET.Sdk.Razor\source-generators\Microsoft.CodeAnalysis.Razor.Compiler.SourceGenerators.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'.
i noticed this in my error list, but just listed as a warning
i noticed this in my error list, but just listed as a warning
179 replies
ASP.NET Identity Login Error
so i didnt update the project i literally installed it from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
179 replies