Skip to content

[Refactoring] Fixed imports. #27

[Refactoring] Fixed imports.

[Refactoring] Fixed imports. #27

Triggered via push November 2, 2023 13:15
Status Success
Total duration 43s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/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/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?'