refactored out System.Text.Json from ElementDataProvider.cs using Sou… #561
Annotations
1 error and 12 warnings
|
|
|
ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
|
ChemSharp/Extensions/CollectionsUtil.cs#L72
Cannot convert null literal to non-nullable reference type.
|
ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
|
ChemSharp/DataPoint.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
ChemSharp/Extensions/CollectionsUtil.cs#L26
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
|
ChemSharp/Extensions/CollectionsUtil.cs#L26
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
ChemSharp/DataPoint.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
|
ChemSharp.Spectroscopy/Spectrum.cs#L31
Non-nullable property 'optionalParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading