Feature/updates #36
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Client/Com/Cumulocity/Client/Model/Group.cs#L131
Type parameter 'TCustomProperties' has the same name as the type parameter from outer type 'Group<TCustomProperties>'
|
build:
Client/Com/Cumulocity/Client/Model/AlarmsApiResource.cs#L87
Type parameter 'TAlarm' has the same name as the type parameter from outer type 'AlarmsApiResource<TAlarm>'
|
build:
Client/Com/Cumulocity/Client/Model/InventoryApiResource.cs#L59
Type parameter 'TManagedObject' has the same name as the type parameter from outer type 'InventoryApiResource<TManagedObject>'
|
build:
Client/Com/Cumulocity/Client/Model/EventsApiResource.cs#L80
Type parameter 'TEvent' has the same name as the type parameter from outer type 'EventsApiResource<TEvent>'
|
build:
Client/Com/Cumulocity/Client/Model/AuditApiResource.cs#L87
Type parameter 'TAuditRecord' has the same name as the type parameter from outer type 'AuditApiResource<TAuditRecord>'
|
build:
Client/Com/Cumulocity/Client/Model/ManagedObjectReferenceCollection.cs#L55
Type parameter 'TManagedObject' has the same name as the type parameter from outer type 'ManagedObjectReferenceCollection<TManagedObject>'
|
build:
Client/Com/Cumulocity/Client/Model/MeasurementApiResource.cs#L94
Type parameter 'TMeasurement' has the same name as the type parameter from outer type 'MeasurementApiResource<TMeasurement>'
|
build:
Client/Com/Cumulocity/Client/Model/TenantApiResource.cs#L117
Type parameter 'TCustomProperties' has the same name as the type parameter from outer type 'TenantApiResource<TCustomProperties>'
|
build:
Client/Com/Cumulocity/Client/Model/User.cs#L197
Type parameter 'TCustomProperties' has the same name as the type parameter from outer type 'User<TCustomProperties>'
|
build:
Test/Com/Cumulocity/Client/Api/AlarmsApiTest.cs#L55
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|