You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently creating a migration fails due to the auditing framework we are using.
Expected Behavior
New migrations should be created
Steps To Reproduce
navigate to src/portalbackend/PortalBackend.Migrations and execute the command dotnet ef migrations add Test the creation
of the migration will fail with the following error: new System.Guid() translation is not supported
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently creating a migration fails due to the auditing framework we are using.
Expected Behavior
New migrations should be created
Steps To Reproduce
navigate to src/portalbackend/PortalBackend.Migrations and execute the command
dotnet ef migrations add Test
the creationof the migration will fail with the following error:
new System.Guid() translation is not supported
The text was updated successfully, but these errors were encountered: