Skip to content

(#1) (#2) (#3) service collucation builder implementation #4

(#1) (#2) (#3) service collucation builder implementation

(#1) (#2) (#3) service collucation builder implementation #4

Triggered via pull request September 18, 2024 20:20
@SaintAngeLsSaintAngeLs
synchronize #4
dev
Status Failure
Total duration 37s
Billable time 1m
Artifacts

build-test-pack.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build: src/Paralax.Security/src/Extensions.cs#L1
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: src/Paralax.Security/src/Extensions.cs#L7
The type or namespace name 'IParalaxBuilder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paralax.Security/src/Extensions.cs#L7
The type or namespace name 'IParalaxBuilder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paralax.Security/src/Extensions.cs#L1
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: src/Paralax.Security/src/Extensions.cs#L7
The type or namespace name 'IParalaxBuilder' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paralax.Security/src/Extensions.cs#L7
The type or namespace name 'IParalaxBuilder' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Paralax/src/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
build: src/Paralax/src/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/src/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/src/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/src/Core/AppOptions.cs#L13
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/tests/StartupInitializerTests.cs#L32
Cannot convert null literal to non-nullable reference type.
build: src/Paralax/src/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
build: src/Paralax/src/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/src/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Paralax/src/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.