Added github action to deploy function app #1
build-deploy-functionapp.yml
on: push
build-and-deploy
4m 35s
Annotations
10 warnings
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Configuration/PlatformSettings.cs#L11
Non-nullable property 'AuditLogApiEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L18
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L28
Non-nullable property 'EventType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L38
Non-nullable property 'AuthenticationMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L43
Non-nullable property 'AuthenticationLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L48
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/EventsProcessor.cs#L29
Converting null literal or possible null value to non-nullable type.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/EventsProcessor.cs#L30
Possible null reference argument for parameter 'authEvent' in 'Task IAuditLogClient.SaveAuthenticationEvent(AuthenticationEvent authEvent)'.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Configuration/PlatformSettings.cs#L11
Non-nullable property 'AuditLogApiEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Functions/Altinn.Auth.AuditLog.Functions/Models/AuthenticationEvent.cs#L18
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|