⬆️ Bump Faker.Net from 2.0.154 to 2.0.163 #183
Annotations
20 warnings
|
Test:
Percy/Percy.cs#L152
Non-nullable property 'assertion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L151
Non-nullable property 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L150
Non-nullable property 'algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L149
Non-nullable property 'padding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L148
Non-nullable property 'elementSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L58
Dereference of a possibly null reference.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L53
Dereference of a possibly null reference.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L46
Possible null reference argument for parameter 'value' in 'void Cache<string, object>.Store(string key, object value)'.
|
|
Test:
Percy/Cache.cs#L16
Possible null reference return.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L59
Cannot convert null literal to non-nullable reference type.
|
|
Test:
Percy/Percy.cs#L152
Non-nullable property 'assertion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L151
Non-nullable property 'configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L150
Non-nullable property 'algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L149
Non-nullable property 'padding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L148
Non-nullable property 'elementSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Percy/Percy.cs#L58
Dereference of a possibly null reference.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L53
Dereference of a possibly null reference.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L46
Possible null reference argument for parameter 'value' in 'void Cache<string, object>.Store(string key, object value)'.
|
|
Test:
Percy/Cache.cs#L16
Possible null reference return.
|
|
Test:
Percy/PercyPlaywrightDriver.cs#L59
Cannot convert null literal to non-nullable reference type.
|