Skip to content

Added logging to integration test. #42

Added logging to integration test.

Added logging to integration test. #42

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

Annotations

30 warnings
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/Device/Device.cs#L11
Non-nullable property 'IpAddress' 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
Non-nullable property 'Disks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L17
Non-nullable property 'Cpus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L18
Non-nullable property 'Memory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Device/Device.cs#L19
Non-nullable property 'Interfaces' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
snmp_polling_service: Shared/Netmon.Models/Device/Connection/DeviceConnection.cs#L9
Non-nullable property 'Community' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.
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.