Skip to content

Add readme

Add readme #2

Triggered via push March 22, 2024 23:37
Status Failure
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 22 warnings
build: XSense-Extractor.Cli/Program.cs#L57
The type or namespace name 'GetStationsCommand' could not be found (are you missing a using directive or an assembly reference?)
build: XSense-Extractor.Cli/Program.cs#L64
The type or namespace name 'MonitorLiveDataCommand' could not be found (are you missing a using directive or an assembly reference?)
build: XSense-Extractor.Cli/Program.cs#L70
The type or namespace name 'GetHistoryCommand' could not be found (are you missing a using directive or an assembly reference?)
build: XSense-Extractor.Cli/Program.cs#L57
The type or namespace name 'GetStationsCommand' could not be found (are you missing a using directive or an assembly reference?)
build: XSense-Extractor.Cli/Program.cs#L64
The type or namespace name 'MonitorLiveDataCommand' could not be found (are you missing a using directive or an assembly reference?)
build: XSense-Extractor.Cli/Program.cs#L70
The type or namespace name 'GetHistoryCommand' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: XSense-Extractor.Lib/Program.cs#L95
'LiveSensoricDataCollection' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: XSense-Extractor.Lib/Models/Init/AwsIotCredentialsResponse.cs#L13
'AwsIotCredentialsResponse.ReData' hides inherited member 'XSenseResponse<AwsIotCredentials>.ReData'. Use the new keyword if hiding was intended.
build: XSense-Extractor.Lib/Models/Init/InitResponse.cs#L27
'InitResponse.ReData' hides inherited member 'XSenseResponse<InitResponseData>.ReData'. Use the new keyword if hiding was intended.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L33
Non-nullable field '_credentials' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L60
Possible null reference argument for parameter 'password' in 'Task XSenseApiClient.LoginInternal(string userName, string password, ClientInfo clientInfo)'.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L74
Cannot convert null literal to non-nullable reference type.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L86
Possible null reference argument for parameter 'creds' in 'Task<bool> XSenseHttpClient.TestLogin(ClientInfo clientInfo, Credentials creds)'.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L149
Possible null reference return.
build: XSense-Extractor.Lib/Clients/XSenseApiClient.cs#L190
Possible null reference return.
build: XSense-Extractor.Lib/Clients/XSenseAwsIotClient.cs#L29
Non-nullable field '_iotDataClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.