Skip to content

v3.0.8

v3.0.8 #33

Triggered via release October 28, 2024 05:40
@prklm10prklm10
published v3.0.8
Status Success
Total duration 2m 51s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: Percy/Percy.cs#L30
Cannot convert null literal to non-nullable reference type.
publish: Percy/providers/GenericProvider.cs#L80
Cannot convert null literal to non-nullable reference type.
publish: Percy/AppPercy.cs#L17
Non-nullable field 'percyOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Percy/AppPercy.cs#L17
Non-nullable field 'sessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Percy/lib/Cache.cs#L16
Possible null reference return.
publish: Percy/Env.cs#L9
Cannot convert null literal to non-nullable reference type.
publish: Percy/Env.cs#L10
Cannot convert null literal to non-nullable reference type.
publish: Percy/Env.cs#L11
Cannot convert null literal to non-nullable reference type.
publish: Percy/lib/PercyAppiumCapabilities.cs#L10
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Percy/lib/PercyAppiumCapabilities.cs#L14
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.