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
C# Unit Test Project: Set PublishTrimmed =false even in Release mode. (#4175)
The unit tests do not work with PublishTrimmed=true. So building the unit test project in Release configuration will result in the tests no working.
The fix is to set PublishTrimmed=false unconditionally instead of basing it on the Configuration.
0 commit comments