Skip to content

Merge pull request #14 from NolanMM/NolanM_MainBranch_Rebase #3

Merge pull request #14 from NolanMM/NolanM_MainBranch_Rebase

Merge pull request #14 from NolanMM/NolanM_MainBranch_Rebase #3

Triggered via push October 28, 2023 23:56
Status Success
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, 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
No files were found with the provided path: DatabseAnalysisModuleTests/TestResults. No artifacts will be uploaded.
build: Server_Side/Controllers/GraphQL_Controllers.cs#L27
Possible null reference assignment.
build: Server_Side/Controllers/GraphQL_Controllers.cs#L28
Possible null reference assignment.
build: Server_Side/Controllers/GraphQL_Controllers.cs#L25
Non-nullable field '_documentExecuter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Server_Side/Controllers/GraphQL_Controllers.cs#L25
Non-nullable field '_schema' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Server_Side/Controllers/GraphQL_Controllers.cs#L27
Assignment made to same variable; did you mean to assign something else?
build: Server_Side/Controllers/GraphQL_Controllers.cs#L28
Assignment made to same variable; did you mean to assign something else?
build: Server_Side/Services/Analysis_Report_Services.cs#L43
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Server_Side/Services/Analysis_Report_Services.cs#L44
Non-nullable property 'ProductId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Server_Side/Services/Analysis_Report_Services.cs#L34
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Server_Side/Services/Analysis_Report_Services.cs#L35
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.