Simplify UTF8 StrPtr usage (#2374) #660
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: maxim-lobanov/setup-xamarin@v1, actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: maxim-lobanov/setup-xamarin@v1, actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used
|
src/embed_tests/StateSerialization/MethodSerialization.cs#L36
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/embed_tests/StateSerialization/MethodSerialization.cs#L38
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used
|
|
This job succeeded
Loading