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
Hi, when MrAdvice is installed in:
netcoreapp3.1
and an Aspect is active.
no LIVE sourcecode changes are possible.
Error: CS7038 Failed to emit module 'ConsoleApp2': Changing the version of an assembly reference is not allowed during debugging: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' changed version to '2.1.0.0'.
Hi, when MrAdvice is installed in:
netcoreapp3.1
and an Aspect is active.
no LIVE sourcecode changes are possible.
Error:
CS7038 Failed to emit module 'ConsoleApp2': Changing the version of an assembly reference is not allowed during debugging: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' changed version to '2.1.0.0'.
Build Log:
Build started... 1>------ Build started: Project: ConsoleApp2, Configuration: Debug Any CPU ------ 1>MrAdvice 2.9/.NETCoreApp,Version=v5.0 weaved module 'ConsoleApp2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' (targeting framework ) in 196ms 1>ConsoleApp2 -> D:\tmp\MrAdvice\ConsoleApp2\bin\Debug\netcoreapp3.1\ConsoleApp2.dll ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Project File:
thanks for help and
best regards!
The text was updated successfully, but these errors were encountered: