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
The issue is caused by a broken template in Visual Studio that adds a DiagnosticSource binding redirect in web.config, but doesn’t publish the assembly.
The issue is caused by a broken template in Visual Studio that adds a DiagnosticSource binding redirect in
web.config
, but doesn’t publish the assembly.Workaround if to remove that
dependentAssembly
node. VS folks are aware of the problem and they have a fix for it in 15.9.1We may need to fix it by not crash if DiagnosticsSource cannot be found.
The text was updated successfully, but these errors were encountered: