feat: add Bridge #13
Annotations
14 warnings
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/
|
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/
|
|
|
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.
|
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.
|
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.
|
src/Creational/FactoryMethod/FactoryMethod.cs#L26
Converting null literal or possible null value to non-nullable type.
|
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.
|
src/Creational/Prototype/Prototype.cs#L30
Dereference of a possibly null reference.
|
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L26
Dereference of a possibly null reference.
|
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L67
Dereference of a possibly null reference.
|
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L68
Dereference of a possibly null reference.
|
src/DesignPatterns.Creational.Tests/Prototype/InsurancePolicyPrototypeTests.cs#L68
Dereference of a possibly null reference.
|
This job succeeded
Loading