Fixed SNMP Polling Unit test location #40
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
14s
device_manager_service
39s
snmp_polling_service
11s
user_web_app
1m 52s
admin_web_app
1m 57s
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/Cpu/Cpu.cs#L9
Non-nullable property 'Cores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
device_manager_service:
Shared/Netmon.Models/Component/Cpu/Cpu.cs#L10
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/Cpu/Core/CpuCore.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/Cpu/Core/CpuCore.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.
|