Skip to content

remove .NET 5 as target #559

remove .NET 5 as target

remove .NET 5 as target #559

Triggered via push June 23, 2023 08:20
Status Success
Total duration 7m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
build: ChemSharp/Extensions/CollectionsUtil.cs#L72
Cannot convert null literal to non-nullable reference type.
build: ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
build: ChemSharp/DataPoint.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: 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.
build: ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
build: 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.
build: ChemSharp/DataPoint.cs#L45
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: ChemSharp/Extensions/ResourceUtil.cs#L12
Possible null reference return.
build: ChemSharp.Spectroscopy/Spectrum.cs#L31
Non-nullable property 'optionalParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.