Draft: Enable saving dynamic assemblies to disk on .NET 9+ using PersistentAssemblyBuilder
#701
Annotations
1 error and 10 warnings
|
Test on .NET 9.0
Process completed with exit code 1.
|
|
Build all targets:
src/Castle.Core/DynamicProxy/Generators/Emitters/AbstractTypeEmitter.cs#L157
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build all targets:
src/Castle.Core/Core/Logging/LoggerException.cs#L35
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build all targets:
src/Castle.Core/Core/Resource/ResourceException.cs#L35
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build all targets:
src/Castle.Core/DynamicProxy/DynamicProxyException.cs#L37
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build all targets:
src/Castle.Core/DynamicProxy/ProxyGenerator.cs#L568
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
Build all targets:
src/Castle.Core/DynamicProxy/DefaultProxyBuilder.cs#L58
Non-nullable field 'lastAssemblyGenerated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build all targets:
src/Castle.Core/DynamicProxy/DefaultProxyBuilder.cs#L58
Non-nullable field 'lastScope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build all targets:
src/Castle.Core/DynamicProxy/Generators/Emitters/ClassEmitter.cs#L28
'TypeAttributes.Serializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
|
Build all targets:
src/Castle.Core/DynamicProxy/Internal/TypeUtil.cs#L142
Dereference of a possibly null reference.
|
|
Build all targets:
src/Castle.Core/DynamicProxy/Internal/TypeUtil.cs#L142
Dereference of a possibly null reference.
|
Loading