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
I thing this has been addressed in recent Jan changes in SerializationContractInitializer and we do no longer need to BinFmt LoggerException and whole LoggerExceptionTests class can be deleted
During migrating to new arcade using dotnet8 we have encounter few errors related to usage of deprecated
BinaryFormatter
,It seems we are using BinFmt in some tests:
AssemblyNameEx_Tests
- we probably do no longer need binaryformatting of AssemblyNameExmsbuild/src/Framework.UnitTests/EventArgs_Tests.cs
Lines 56 to 68 in a9034a2
whidbey seems to be VS2005 - I don't think we need it anymore, if VS still uses it they shall fix it soon - we don't need test for it
msbuild/src/Framework.UnitTests/LoggerException_Tests.cs
Lines 49 to 57 in a9034a2
I thing this has been addressed in recent Jan changes in
SerializationContractInitializer
and we do no longer need to BinFmt LoggerException and wholeLoggerExceptionTests
class can be deletedNOTE: @JanKrivanek FYI
The text was updated successfully, but these errors were encountered: