Bump AWSSDK.GreengrassV2 from 3.7.200.56 to 3.7.300.21 in /src #2556
Annotations
10 warnings
Build:
src/IoTHub.Portal.Infrastructure/Helpers/EdgeEnrollementHelper.cs#L10
Nullability of reference types in return type of 'string? EdgeEnrollementHelper.GetEdgeEnrollementTemplate(string templateName)' doesn't match implicitly implemented member 'string IEdgeEnrollementHelper.GetEdgeEnrollementTemplate(string templateName)' (possibly because of nullability attributes).
|
Build:
src/IoTHub.Portal.Infrastructure/Services/EdgeDevicesServiceBase.cs#L50
Cannot convert null literal to non-nullable reference type.
|
Build:
src/IoTHub.Portal.Infrastructure/Services/EdgeDevicesServiceBase.cs#L54
Cannot convert null literal to non-nullable reference type.
|
Build:
src/IoTHub.Portal.Infrastructure/Services/EdgeDevicesServiceBase.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Build:
src/IoTHub.Portal.Infrastructure/Services/EdgeDevicesServiceBase.cs#L56
Cannot convert null literal to non-nullable reference type.
|
Build:
src/IoTHub.Portal.Infrastructure/Services/DeviceServiceBase.cs#L57
Nullability of reference types in type of parameter 'searchText' of 'Task<PaginatedResult<DeviceListItem>> DeviceServiceBase<TDto>.GetDevices(string searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[] orderBy = null, Dictionary<string, string> tags = null, string modelId = null, List<string> labels = null)' doesn't match implicitly implemented member 'Task<PaginatedResult<DeviceListItem>> IDeviceService<TDto>.GetDevices(string? searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[]? orderBy = null, Dictionary<string, string>? tags = null, string? modelId = null, List<string>? labels = null)' (possibly because of nullability attributes).
|
Build:
src/IoTHub.Portal.Infrastructure/Services/DeviceServiceBase.cs#L57
Nullability of reference types in type of parameter 'orderBy' of 'Task<PaginatedResult<DeviceListItem>> DeviceServiceBase<TDto>.GetDevices(string searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[] orderBy = null, Dictionary<string, string> tags = null, string modelId = null, List<string> labels = null)' doesn't match implicitly implemented member 'Task<PaginatedResult<DeviceListItem>> IDeviceService<TDto>.GetDevices(string? searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[]? orderBy = null, Dictionary<string, string>? tags = null, string? modelId = null, List<string>? labels = null)' (possibly because of nullability attributes).
|
Build:
src/IoTHub.Portal.Infrastructure/Services/DeviceServiceBase.cs#L57
Nullability of reference types in type of parameter 'tags' of 'Task<PaginatedResult<DeviceListItem>> DeviceServiceBase<TDto>.GetDevices(string searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[] orderBy = null, Dictionary<string, string> tags = null, string modelId = null, List<string> labels = null)' doesn't match implicitly implemented member 'Task<PaginatedResult<DeviceListItem>> IDeviceService<TDto>.GetDevices(string? searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[]? orderBy = null, Dictionary<string, string>? tags = null, string? modelId = null, List<string>? labels = null)' (possibly because of nullability attributes).
|
Build:
src/IoTHub.Portal.Infrastructure/Services/DeviceServiceBase.cs#L57
Nullability of reference types in type of parameter 'modelId' of 'Task<PaginatedResult<DeviceListItem>> DeviceServiceBase<TDto>.GetDevices(string searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[] orderBy = null, Dictionary<string, string> tags = null, string modelId = null, List<string> labels = null)' doesn't match implicitly implemented member 'Task<PaginatedResult<DeviceListItem>> IDeviceService<TDto>.GetDevices(string? searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[]? orderBy = null, Dictionary<string, string>? tags = null, string? modelId = null, List<string>? labels = null)' (possibly because of nullability attributes).
|
Build:
src/IoTHub.Portal.Infrastructure/Services/DeviceServiceBase.cs#L57
Nullability of reference types in type of parameter 'labels' of 'Task<PaginatedResult<DeviceListItem>> DeviceServiceBase<TDto>.GetDevices(string searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[] orderBy = null, Dictionary<string, string> tags = null, string modelId = null, List<string> labels = null)' doesn't match implicitly implemented member 'Task<PaginatedResult<DeviceListItem>> IDeviceService<TDto>.GetDevices(string? searchText = null, bool? searchStatus = null, bool? searchState = null, int pageSize = 10, int pageNumber = 0, string[]? orderBy = null, Dictionary<string, string>? tags = null, string? modelId = null, List<string>? labels = null)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading