feat: add Bridge #13
Annotations
14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: src/**/coverage.cobertura.xml. No artifacts will be uploaded.
|
build
No files were found with the provided path: src/**/TestResults/*.trx. No artifacts will be uploaded.
|
build:
src/Creational/Singleton/InsurancePolicySingleton.cs#L15
Non-nullable property 'PolicyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Creational/Singleton/InsurancePolicySingleton.cs#L11
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Creational/Builder/InsurancePolicy.cs#L5
Non-nullable property 'PolicyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Creational/FactoryMethod/FactoryMethod.cs#L26
Converting null literal or possible null value to non-nullable type.
|
build:
src/Creational/Prototype/InsurancePolicy.cs#L5
Non-nullable property 'PolicyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Creational/Prototype/Prototype.cs#L30
Dereference of a possibly null reference.
|
build:
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L26
Dereference of a possibly null reference.
|
build:
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L67
Dereference of a possibly null reference.
|
build:
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L68
Dereference of a possibly null reference.
|
build:
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L68
Dereference of a possibly null reference.
|