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
[main] Update dependencies from dotnet/arcade (dotnet#12985)
[main] Update dependencies from dotnet/arcade
- Fixesdotnet#12881
- Fixed instances of IDE0059
- False positive case of IDE0059, fix is on the way dotnet/roslyn#77297
Copy file name to clipboardExpand all lines: src/System.Private.Windows.Core/src/System/Private/Windows/Nrbf/SerializationRecordExtensions.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -325,9 +325,7 @@ static bool Get(SerializationRecord record, [NotNullWhen(true)] out object? list
325
325
||!classInfo.HasMember("_size")
326
326
||classInfo.GetRawValue("_size")is not intsize
327
327
||!classInfo.TypeName.IsConstructedGenericType
328
-
#pragma warning disable IDE0082// 'typeof' can be converted to 'nameof' - but not for generics, waiting for a fix - https://github.com/dotnet/roslyn/pull/76920
0 commit comments