Skip to content

Bump NUnit from 3.13.3 to 3.14.0 #66

Bump NUnit from 3.13.3 to 3.14.0

Bump NUnit from 3.13.3 to 3.14.0 #66

Triggered via pull request November 19, 2023 21:57
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Product/GreenFeetWorkFlow/DemoImplementations/DemoIocContainer.cs#L21
Nullability in constraints for type parameter 'T' of method 'DemoIocContainer.GetInstance<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IWorkflowIocContainer.GetInstance<T>()'. Consider using an explicit interface implementation instead.
build: src/Product/GreenFeetWorkFlow/WorkflowEngine.cs#L14
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Product/GreenFeetWorkFlow/Step.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Product/GreenFeetWorkFlow/WorkflowConfiguration.cs#L3
Non-nullable property 'LoggerConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Product/GreenFeetWorkFlow.AdoPersistence/ObjectDataReader.cs#L141
Nullability of reference types in type of parameter 'buffer' of 'long ObjectDataReader<TData>.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
build: src/Product/GreenFeetWorkFlow.AdoPersistence/ObjectDataReader.cs#L151
Nullability of reference types in type of parameter 'buffer' of 'long ObjectDataReader<TData>.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
build: src/Product/GreenFeetWorkFlow.AdoPersistence/AdoDb.cs#L33
Dereference of a possibly null reference.
build: src/Product/GreenFeetWorkFlow.AdoPersistence/ObjectDataReader.cs#L43
Possible null reference argument for parameter 'propertyAccessor' in 'MemberExpression Expression.Property(Expression? expression, MethodInfo propertyAccessor)'.
build: src/Product/GreenFeetWorkFlow.AdoPersistence/ObjectDataReader.cs#L67
Possible null reference return.
build: src/Product/GreenFeetWorkFlow.AdoPersistence/ObjectDataReader.cs#L103
Cannot convert null literal to non-nullable reference type.