Bump Serilog from 3.1.1 to 4.0.0 in /src #436
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L521
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L521
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L544
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L544
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/CefObjectTracker.cs#L58
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/CefObjectTracker.cs#L10
Non-nullable field '_disposables' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L47
Converting null literal or possible null value to non-nullable type.
|
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L84
Cannot convert null literal to non-nullable reference type.
|
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L16
Non-nullable property 'Spec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L21
Non-nullable property 'Scheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading