ci: update uno-check #125
ci.yml
on: pull_request
build-prism-core
/
Build Prism.Core
1m 47s
build-prism-wpf
/
Build Prism.Wpf
1m 39s
build-prism-forms
/
Build Prism.Forms
3m 14s
build-prism-uno
/
Build Prism.Uno
7m 5s
build-prism-maui
/
Build Prism.Maui
4m 1s
deploy-commercial-plus
/
deploy
deploy-internal
/
deploy
deploy-sponsors
/
deploy
Annotations
6 errors and 56 warnings
build-prism-wpf / Build Prism.Wpf
Process completed with exit code 1.
|
build-prism-forms / Build Prism.Forms
Process completed with exit code 1.
|
build-prism-maui / Build Prism.Maui:
.dotnet/packs/Microsoft.Android.Sdk.Windows/34.0.0-rc.1.432/targets/Microsoft.Android.Sdk.Tooling.targets#L19
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build-prism-maui / Build Prism.Maui:
.dotnet/packs/Microsoft.Android.Sdk.Windows/34.0.0-rc.1.432/targets/Microsoft.Android.Sdk.Tooling.targets#L19
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build-prism-maui / Build Prism.Maui
Process completed with exit code 1.
|
build-prism-uno / Build Prism.Uno
Process completed with exit code 1.
|
build-prism-wpf / Build Prism.Wpf
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewCreationException.cs#L7
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType)'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType, Exception)'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewCreationException.cs#L19
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewType'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewCreationException.cs#L21
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewName'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L6
Missing XML comment for publicly visible type or member 'ViewModelCreationException'
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewModelCreationException.SetViewNameDelegate(Func<object, string>)'
|
build-prism-core / Build Prism.Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewCreationException.cs#L7
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType)'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType, Exception)'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewCreationException.cs#L19
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewType'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewCreationException.cs#L21
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewName'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L6
Missing XML comment for publicly visible type or member 'ViewModelCreationException'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewModelCreationException.SetViewNameDelegate(Func<object, string>)'
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L14
Missing XML comment for publicly visible type or member 'ViewModelCreationException.ViewModelCreationException(object, Exception)'
|
build-prism-forms / Build Prism.Forms
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, AdoptOpenJDK/install-jdk@v1, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-prism-forms / Build Prism.Forms
The following actions uses node12 which is deprecated and will be forced to run on node16: AdoptOpenJDK/install-jdk@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L7
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType, Exception)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L19
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewType'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L21
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewName'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L6
Missing XML comment for publicly visible type or member 'ViewModelCreationException'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewModelCreationException.SetViewNameDelegate(Func<object, string>)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L14
Missing XML comment for publicly visible type or member 'ViewModelCreationException.ViewModelCreationException(object, Exception)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L7
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType, Exception)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L19
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewType'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewCreationException.cs#L21
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewName'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L6
Missing XML comment for publicly visible type or member 'ViewModelCreationException'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewModelCreationException.SetViewNameDelegate(Func<object, string>)'
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L14
Missing XML comment for publicly visible type or member 'ViewModelCreationException.ViewModelCreationException(object, Exception)'
|
build-prism-maui / Build Prism.Maui
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L23
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.Register<TException>(MulticastDelegate)'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Common/MulticastExceptionHandler.cs#L45
Missing XML comment for publicly visible type or member 'MulticastExceptionHandler.HandleAsync(Exception, object?)'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewCreationException.cs#L5
Missing XML comment for publicly visible type or member 'ViewCreationException'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewCreationException.cs#L7
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType)'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewCreationException(string, ViewType, Exception)'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewCreationException.cs#L19
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewType'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewCreationException.cs#L21
Missing XML comment for publicly visible type or member 'ViewCreationException.ViewName'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L6
Missing XML comment for publicly visible type or member 'ViewModelCreationException'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L12
Missing XML comment for publicly visible type or member 'ViewModelCreationException.SetViewNameDelegate(Func<object, string>)'
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Mvvm/ViewModelCreationException.cs#L14
Missing XML comment for publicly visible type or member 'ViewModelCreationException.ViewModelCreationException(object, Exception)'
|
build-prism-uno / Build Prism.Uno
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Core
Expired
|
716 KB |
|