Fixing add gitignore and fixing workflow #2
Annotations
24 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
|
Server_Side/Source.cs#L11
The entry point of the program is global code; ignoring 'Source.Main(string[])' entry point.
|
Server_Side/Controllers/GraphQL_Controllers.cs#L27
Possible null reference assignment.
|
Server_Side/Controllers/GraphQL_Controllers.cs#L28
Possible null reference assignment.
|
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.
|
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.
|
Server_Side/Controllers/GraphQL_Controllers.cs#L27
Assignment made to same variable; did you mean to assign something else?
|
Server_Side/Controllers/GraphQL_Controllers.cs#L28
Assignment made to same variable; did you mean to assign something else?
|
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.
|
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.
|
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.
|
AnalysisServiceTests/Analysis_Report_Services_Test.cs#L11
Non-nullable field '_service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server_Side/Source.cs#L11
The entry point of the program is global code; ignoring 'Source.Main(string[])' entry point.
|
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.
|
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.
|
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.
|
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.
|
Server_Side/Services/Analysis_Report_Services.cs#L22
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server_Side/Services/Analysis_Report_Services.cs#L23
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server_Side/Services/Analysis_Report_Services.cs#L24
Non-nullable property 'PageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server_Side/Services/Analysis_Report_Services.cs#L25
Non-nullable property 'PageInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server_Side/Services/Analysis_Report_Services.cs#L26
Non-nullable property 'ProductId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading