feat: gerenciar solicitações #54
ci.yml
on: pull_request
Build, test and analyze Windows
5m 44s
Build and test Linux
1m 5s
Annotations
1 error and 10 warnings
Build, test and analyze Windows
Process completed with exit code 1.
|
Build and test Linux:
api/Usuarios/UsuarioDnit.cs#L5
'UsuarioDnit.UfLotacao' hides inherited member 'UsuarioDTO.UfLotacao'. Use the new keyword if hiding was intended.
|
Build and test Linux:
app/Controllers/DominioController.cs#L8
The using directive for 'app.Services' appeared previously in this namespace
|
Build and test Linux:
app/Services/Interfaces/IEmpresaService.cs#L4
The using directive for 'api.Usuarios' appeared previously in this namespace
|
Build and test Linux:
app/Controllers/UsuarioController.cs#L56
The variable '_' is declared but never used
|
Build and test Linux:
app/Services/UsuarioService.cs#L125
Converting null literal or possible null value to non-nullable type.
|
Build and test Linux:
app/Services/UsuarioService.cs#L129
Dereference of a possibly null reference.
|
Build and test Linux:
app/Services/UsuarioService.cs#L196
Dereference of a possibly null reference.
|
Build and test Linux:
app/Services/ApiException.cs#L18
Possible null reference assignment.
|
Build and test Linux:
app/Services/Mapper.cs#L45
Possible null reference argument for parameter 'source' in 'IEnumerable<PermissaoModel> Enumerable.Select<Permissao, PermissaoModel>(IEnumerable<Permissao> source, Func<Permissao, PermissaoModel> selector)'.
|
Build and test Linux:
app/Services/Mapper.cs#L52
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<Usuario>(IEnumerable<Usuario> source)'.
|