update dotnet version in build yml #65
Annotations
2 errors and 11 warnings
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/Acr.UserDialogs/ActionSheetConfig.cs#L85
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Acr.UserDialogs/ConfirmConfig.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Acr.UserDialogs/ActionSheetConfig.cs#L85
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Acr.UserDialogs/ConfirmConfig.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Acr.UserDialogs/Platforms/ios/Infrastructure/Utils.cs#L24
This call site is reachable on: 'iOS' 16.1 and later, 'maccatalyst' 16.1 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build:
src/Acr.UserDialogs/Platforms/ios/Infrastructure/Utils.cs#L10
This call site is reachable on: 'iOS' 16.1 and later, 'maccatalyst' 16.1 and later. 'UIApplication.Windows' is obsoleted on: 'ios' 15.0 and later (Use 'UIWindowScene.Windows' in the desired window scene object instead.), 'maccatalyst' 15.0 and later (Use 'UIWindowScene.Windows' in the desired window scene object instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build:
src/Acr.UserDialogs/Platforms/ios/TTGSnackbar.cs#L346
This call site is reachable on: 'iOS' 16.1 and later, 'maccatalyst' 11.0 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build:
src/Acr.UserDialogs/Platforms/ios/AIDatePickerController.cs#L203
This call site is reachable on: 'iOS' 16.1 and later, 'maccatalyst' 11.0 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build:
src/Acr.UserDialogs/Platforms/ios/TTGSnackbar.cs#L376
This call site is reachable on: 'iOS' 16.1 and later, 'maccatalyst' 16.1 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|