Fixed SNMP Polling Unit test location #2 #41
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
21s
device_manager_service
1m 44s
snmp_polling_service
29s
user_web_app
1m 45s
admin_web_app
3m 44s
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/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.
|
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/Device/Device.cs#L11
Non-nullable property 'IpAddress' 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
Non-nullable property 'Disks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
device_manager_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.
|
device_manager_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.
|