JSMethod Null object support #395
main.yml
on: push
Build-UWB-Core
6m 4s
Build-Engine-Cef
1m 47s
Annotations
30 warnings
Build-Engine-Cef
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/.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L521
Cannot convert null literal to non-nullable reference type.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L521
Cannot convert null literal to non-nullable reference type.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L544
Cannot convert null literal to non-nullable reference type.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/CefRuntime.cs#L544
Cannot convert null literal to non-nullable reference type.
|
Build-Engine-Cef:
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.
|
Build-Engine-Cef:
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.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L26
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L31
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L37
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-Engine-Cef:
src/ThirdParty/CefGlue/CefGlue/Structs/CefUrlParts.cs#L42
Non-nullable property 'Port' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L8
Missing XML comment for publicly visible type or member 'ExecuteJsMethod'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L10
Missing XML comment for publicly visible type or member 'ExecuteJsMethod.MethodName'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L12
Missing XML comment for publicly visible type or member 'ExecuteJsMethod.Arguments'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/ProxySettings.cs#L31
Missing XML comment for publicly visible type or member 'ProxySettings.ProxySettings(string, string, bool)'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L8
Missing XML comment for publicly visible type or member 'ExecuteJsMethod'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L10
Missing XML comment for publicly visible type or member 'ExecuteJsMethod.MethodName'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L12
Missing XML comment for publicly visible type or member 'ExecuteJsMethod.Arguments'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/ProxySettings.cs#L31
Missing XML comment for publicly visible type or member 'ProxySettings.ProxySettings(string, string, bool)'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L8
Missing XML comment for publicly visible type or member 'ExecuteJsMethod'
|
Build-UWB-Core:
src/VoltstroStudios.UnityWebBrowser.Shared/Js/ExecuteJsMethod.cs#L10
Missing XML comment for publicly visible type or member 'ExecuteJsMethod.MethodName'
|
Build-UWB-Core
Could not parse "" to semver, defaulting android version code to 1
|
Build-UWB-Core
/github/workspace/UnityWebBrowserSource/src/Packages/UnityWebBrowser/Runtime/Core/Js/JsMethodManager.cs(200,27): warning CS8618: Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
/github/workspace/UnityWebBrowserSource/src/Packages/UnityWebBrowser/Runtime/Core/Js/JsMethodManager.cs(207,25): warning CS8618: Non-nullable property 'RootType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
/github/workspace/UnityWebBrowserSource/src/Packages/UnityWebBrowser/Runtime/Core/Js/JsMethodManager.cs(209,45): warning CS8618: Non-nullable property 'TypeProperties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
Assets/Scripts/UWBPrjDemo.cs(77,23): warning CS8618: Non-nullable property 'What' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
Assets/Scripts/UWBPrjDemo.cs(72,23): warning CS8618: Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build-UWB-Core
Assets/Scripts/UWBPrjDemo.cs(15,35): warning CS8618: Non-nullable field 'uiBasic' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build-UWB-Core
Assets/Scripts/UWBPrjDebugUI.cs(181,25): warning CS1717: Assignment made to same variable; did you mean to assign something else?
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
UWB-Core
Expired
|
844 KB |
|