Skip to content

Bugfix no longer RollBack when we have problems connecting to the Db. #50

Bugfix no longer RollBack when we have problems connecting to the Db.

Bugfix no longer RollBack when we have problems connecting to the Db. #50

Triggered via push October 9, 2023 19:52
Status Success
Total duration 31s
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

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/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/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/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.AdoPersistence/AdoDb.cs#L32
Dereference of a possibly null reference.
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/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/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/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.AdoPersistence/AdoDb.cs#L32
Dereference of a possibly null reference.