Skip to content

Adding ability to get the id of the first user in db. #5411

Adding ability to get the id of the first user in db.

Adding ability to get the id of the first user in db. #5411

Triggered via push April 30, 2025 05:39
Status Failure
Total duration 51s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
build
Process completed with exit code 1.
test-dotnet: eFormAPI/eFormAPI.Web/Services/AuthService.cs#L155
'IUserService' does not contain a definition for 'GetFirstUserIdInDb' and no accessible extension method 'GetFirstUserIdInDb' accepting a first argument of type 'IUserService' could be found (are you missing a using directive or an assembly reference?)
test-dotnet: eFormAPI/eFormAPI.Web/Services/AuthService.cs#L166
'EformAuthorizeResult' does not contain a definition for 'IsFirstUser'
test-dotnet: eFormAPI/eFormAPI.Web/Services/AuthService.cs#L155
'IUserService' does not contain a definition for 'GetFirstUserIdInDb' and no accessible extension method 'GetFirstUserIdInDb' accepting a first argument of type 'IUserService' could be found (are you missing a using directive or an assembly reference?)
test-dotnet: eFormAPI/eFormAPI.Web/Services/AuthService.cs#L166
'EformAuthorizeResult' does not contain a definition for 'IsFirstUser'
test-dotnet
Process completed with exit code 1.
test-dotnet: eFormAPI/eFormAPI.Web/Services/WordProcessor.cs#L62
'HtmlConverter.ParseHtml(string, CancellationToken)' is obsolete: 'Use ParseBody instead for output clarification'
test-dotnet: eFormAPI/eFormAPI.Web/Infrastructure/Models/SelectableList/AdvEntitySelectableGroupEditModel.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: eFormAPI/eFormAPI.Web/Infrastructure/Models/SelectableList/AdvEntitySelectableGroupEditModel.cs#L35
Non-nullable property 'GroupUid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: eFormAPI/eFormAPI.Web/Infrastructure/Models/SelectableList/AdvEntitySelectableGroupEditModel.cs#L36
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: eFormAPI/eFormAPI.Web/Controllers/Eforms/AudioController.cs#L75
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
test-dotnet: eFormAPI/eFormAPI.Web/Hosting/Security/ClaimsTransformer.cs#L80
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
test-dotnet: eFormAPI/eFormAPI.Web/Hosting/Security/ClaimsTransformer.cs#L89
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
test-dotnet: eFormAPI/eFormAPI.Web/Services/WordProcessor.cs#L62
'HtmlConverter.ParseHtml(string, CancellationToken)' is obsolete: 'Use ParseBody instead for output clarification'
test-dotnet: eFormAPI/eFormAPI.Web/Infrastructure/Models/SelectableList/AdvEntitySelectableGroupEditModel.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet: eFormAPI/eFormAPI.Web/Infrastructure/Models/SelectableList/AdvEntitySelectableGroupEditModel.cs#L35
Non-nullable property 'GroupUid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.