Skip to content

Bugfix/fix automatic refresh of token #11

Bugfix/fix automatic refresh of token

Bugfix/fix automatic refresh of token #11

Triggered via pull request November 20, 2025 13:02
Status Success
Total duration 38s
Artifacts

cibuild.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Api/Helpers/QueryStringBuilder.cs#L20
Possible null reference assignment.
build: Api/Models/House.cs#L51
Non-nullable property 'Geolocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L48
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L45
Non-nullable property 'ContactDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L39
Non-nullable property 'License' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L30
Non-nullable property 'Partner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L24
Non-nullable property 'TemperatureUnit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L18
Non-nullable property 'DateTimeZone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/House.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Api/Models/HomeState.cs#L11
Non-nullable property 'Presence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.