Improved SNMP Test #39
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build_and_test.yml
on: push
account_service
18s
device_manager_service
29s
snmp_polling_service
8s
user_web_app
1m 7s
admin_web_app
1m 59s
Annotations
1 error and 20 warnings
snmp_polling_service
Process completed with exit code 1.
|
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.
|