Skip to content

Added logging to integration test. #2 #43

Added logging to integration test. #2

Added logging to integration test. #2 #43

Triggered via push November 6, 2023 10:45
Status Success
Total duration 1m 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
account_service
20s
account_service
device_manager_service
45s
device_manager_service
snmp_polling_service
42s
snmp_polling_service
user_web_app
57s
user_web_app
admin_web_app
1m 51s
admin_web_app
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
account_service: Services/AccountService/Models/VerifyModel.cs#L5
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/UserDetailsModel.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/UserDetailsModel.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/UserDetailsModel.cs#L7
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/UserDetailsModel.cs#L8
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/SessionDetailsModel.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/RegisterModel.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/RegisterModel.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/RegisterModel.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
account_service: Services/AccountService/Models/LogoutModel.cs#L5
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L16
Nullability of reference types in type of parameter 'value' of 'void Device.Disks.set' doesn't match implicitly implemented member 'void IDevice.Disks.set' (possibly because of nullability attributes).
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L17
Nullability of reference types in type of parameter 'value' of 'void Device.Cpus.set' doesn't match implicitly implemented member 'void IDevice.Cpus.set' (possibly because of nullability attributes).
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L18
Nullability of reference types in type of parameter 'value' of 'void Device.Memory.set' doesn't match implicitly implemented member 'void IDevice.Memory.set' (possibly because of nullability attributes).
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L19
Nullability of reference types in type of parameter 'value' of 'void Device.Interfaces.set' doesn't match implicitly implemented member 'void IDevice.Interfaces.set' (possibly because of nullability attributes).
snmp_polling_service: Shared/Netmon.Models/Component/Memory/Memory.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Component/Memory/Memory.cs#L9
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L14
Non-nullable property 'PhysAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L15
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Component/Disk/Disk.cs#L8
Non-nullable property 'MountingPoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Device/Device.cs#L16
Nullability of reference types in type of parameter 'value' of 'void Device.Disks.set' doesn't match implicitly implemented member 'void IDevice.Disks.set' (possibly because of nullability attributes).
device_manager_service: Shared/Netmon.Models/Device/Device.cs#L17
Nullability of reference types in type of parameter 'value' of 'void Device.Cpus.set' doesn't match implicitly implemented member 'void IDevice.Cpus.set' (possibly because of nullability attributes).
device_manager_service: Shared/Netmon.Models/Device/Device.cs#L18
Nullability of reference types in type of parameter 'value' of 'void Device.Memory.set' doesn't match implicitly implemented member 'void IDevice.Memory.set' (possibly because of nullability attributes).
device_manager_service: Shared/Netmon.Models/Device/Device.cs#L19
Nullability of reference types in type of parameter 'value' of 'void Device.Interfaces.set' doesn't match implicitly implemented member 'void IDevice.Interfaces.set' (possibly because of nullability attributes).
device_manager_service: Shared/Netmon.Models/Component/Memory/Memory.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Component/Memory/Memory.cs#L9
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L14
Non-nullable property 'PhysAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Component/Interface/Interface.cs#L15
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
device_manager_service: Shared/Netmon.Models/Component/Disk/Disk.cs#L8
Non-nullable property 'MountingPoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.