Skip to content

[Fix #29] Fixed an issue causing relative path concatenation to fail as the appended path starts with /; indicating an absolute location. #35

[Fix #29] Fixed an issue causing relative path concatenation to fail as the appended path starts with /; indicating an absolute location.

[Fix #29] Fixed an issue causing relative path concatenation to fail as the appended path starts with /; indicating an absolute location. #35

Triggered via pull request August 8, 2024 07:36
Status Success
Total duration 32s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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/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/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/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/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/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/User.cs#L197
Type parameter 'TCustomProperties' has the same name as the type parameter from outer type 'User<TCustomProperties>'
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: 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?'