publish-beta #180
Annotations
10 warnings
NewLife.Core/Serialization/Xml/Xml.cs#L150
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IFormatterX.Write(object? value, Type? type = null)' (possibly because of nullability attributes).
|
NewLife.Core/Serialization/Xml/Xml.cs#L150
Nullability of reference types in type of parameter 'type' doesn't match implemented member 'bool IFormatterX.Write(object? value, Type? type = null)' (possibly because of nullability attributes).
|
NewLife.Core/Serialization/Xml/XmlGeneral.cs#L20
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
NewLife.Core/Serialization/Xml/XmlGeneral.cs#L120
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
NewLife.Core/Net/UdpServer.cs#L373
Nullability of reference types in type of parameter 'reason' doesn't match implemented member 'void IServer.Stop(string? reason)' (possibly because of nullability attributes).
|
NewLife.Core/Net/UdpServer.cs#L434
Cannot convert null literal to non-nullable reference type.
|
NewLife.Core/Collections/NullableDictionary.cs#L33
Possible null reference return.
|
NewLife.Core/Configuration/XmlConfigProvider.cs#L133
Possible null reference argument for parameter 'collection' in 'IConfigSection[] CollectionHelper.ToArray<IConfigSection>(ICollection<IConfigSection> collection)'.
|
NewLife.Core/Configuration/XmlConfigProvider.cs#L147
Possible null reference argument for parameter 'name' in 'void XmlConfigProvider.WriteAttributeNode(XmlWriter writer, string name, IConfigSection section)'.
|
NewLife.Core/Configuration/XmlConfigProvider.cs#L152
Possible null reference argument for parameter 'name' in 'void XmlConfigProvider.WriteNode(XmlWriter writer, string name, IConfigSection section)'.
|
The logs for this run have expired and are no longer available.
Loading