Skip to content

Add documents folders, modify readme, modify workflow #1

Add documents folders, modify readme, modify workflow

Add documents folders, modify readme, modify workflow #1

Triggered via push November 2, 2023 05:48
Status Success
Total duration 48s
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/Database_Services/DataWarehouse_Analysis_Reports_Services.cs#L30
Non-nullable field 'All_Tables_Data_Retrive_Link_With_Session_ID' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Server_Side/Database_Services/DataWarehouse_Analysis_Reports_Services.cs#L142
Dereference of a possibly null reference.
build: Server_Side/Database_Services/DataWarehouse_Analysis_Reports_Services.cs#L146
Converting null literal or possible null value to non-nullable type.
build: Server_Side/Database_Services/Output_Schema/Log_Database_Schema/analysis_and_reporting_log_data_table.cs#L12
Non-nullable property 'Requests' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.