DYN-10011: Return runtime concrete type for types implementing .NET IDisposable - Attempt - 2 - #6
Merged
twastvedt merged 14 commits intoJan 15, 2026
Annotations
13 warnings
|
|
|
|
|
src/runtime/Converter.cs#L1048
Converting null literal or possible null value to non-nullable type.
|
|
src/runtime/Converter.cs#L1046
Converting null literal or possible null value to non-nullable type.
|
|
src/runtime/Converter.cs#L1012
Cannot convert null literal to non-nullable reference type.
|
|
src/runtime/Converter.cs#L1009
Converting null literal or possible null value to non-nullable type.
|
|
src/runtime/IdDispenser.cs#L35
Possible null reference return.
|
|
src/runtime/ExtensionManager.cs#L59
Possible null reference assignment.
|
|
src/runtime/AssemblyManager.cs#L314
Dereference of a possibly null reference.
|
|
src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading