defined time functions #75
Annotations
11 warnings
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:
NetBuddy.Server/Models/History/SequenceResult.cs#L13
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Models/History/ActionResult.cs#L11
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Models/History/ActionResult.cs#L13
Non-nullable property 'ActionContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Models/History/ActionResult.cs#L15
Non-nullable property 'ActionLogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Models/History/ActionResult.cs#L17
Non-nullable property 'ActionOutputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Models/Executables/Pipeline.cs#L10
Non-nullable property 'Sequence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/DTOs/Selector/SelectorDto.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/DTOs/History/ResultDto.cs#L15
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NetBuddy.Server/Controllers/Extension/ExtensionController.cs#L42
Possible null reference argument for parameter 'email' in 'UserChromeExtension.UserChromeExtension(string email, string extensionId)'.
|
build:
NetBuddy.Server/Controllers/Extension/ExtensionController.cs#L58
Possible null reference argument for parameter 'id' in 'Task<UserChromeExtension?> IQuerySession.LoadAsync<UserChromeExtension>(string id, CancellationToken token = default(CancellationToken))'.
|