Added auditlog client, function processor #39
Annotations
3 errors and 10 warnings
src/Altinn.Auth.AuditLog.Persistence/AuthenticationEventRepository.cs#L40
'AuthenticationEventRepository.InsertAuthenticationEvent(AuthenticationEvent)': not all code paths return a value
|
src/Altinn.Auth.AuditLog.Persistence/AuthenticationEventRepository.cs#L40
'AuthenticationEventRepository.InsertAuthenticationEvent(AuthenticationEvent)': not all code paths return a value
|
|
src/Altinn.Auth.AuditLog.Core/Models/AuthenticationEvent.cs#L18
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthenticationEvent.cs#L28
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthenticationEvent.cs#L38
Non-nullable property 'AuthenticationMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthenticationEvent.cs#L43
Non-nullable property 'AuthenticationLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthenticationEvent.cs#L48
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/ContextRequest.cs#L21
Non-nullable property 'Attribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/ContextRequest.cs#L16
Non-nullable property 'Attribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/ContextRequest.cs#L11
Non-nullable property 'Attribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthorizationEvent.cs#L18
Non-nullable property 'SubjectUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Altinn.Auth.AuditLog.Core/Models/AuthorizationEvent.cs#L28
Non-nullable property 'ResourcePartyId' 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