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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Changes made to support MSBuild #525 attribute break design-time usages of .AddUserSecrets() because Assembly.GetEntryAssembly() is different at design-time than runtime.
Known design-time scenarios affected
EF migrations - see dotnet/efcore#6918
ASP.NET Scaffolding
Workaround:
Users should specify the app assembly with the overload of .AddUserSecrets(Assembly assembly)
Example