Skip to content

releases

releases #22

Manually triggered December 25, 2024 12:13
Status Cancelled
Total duration 3m 39s
Artifacts

releases.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
macOSAndiOS
The type 'ScreenCaptureKit.SCDisplay' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCRunningApplication[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCWindow[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCDisplay' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingWindows) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCWindow[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingWindows) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCDisplay' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayIncludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCRunningApplication[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayIncludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCWindow[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayIncludingApplications) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCDisplay' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayIncludingWindows) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
macOSAndiOS
The type 'ScreenCaptureKit.SCWindow[]' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayIncludingWindows) is not available in MacCatalyst 18.1 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode).
windowsAndAndroid
The run was canceled by @Yu-Core.
windowsAndAndroid
The operation was canceled.
macOSAndiOS: src/SwashbucklerDiary.Shared/Attributes/ValidationAttribute/NotEqualAttribute .cs#L7
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
macOSAndiOS: src/SwashbucklerDiary.Shared/Attributes/ValidationAttribute/NotEqualAttribute .cs#L7
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
macOSAndiOS: src/SwashbucklerDiary.Shared/Utilities/JsonConverter/ObjectToInferredTypesConverter.cs#L26
Using member 'System.Text.Json.JsonSerializer.Serialize(Utf8JsonWriter, Object, Type, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Components/FloatButton/BackTopButtonJSModule.cs#L15
Possible null reference argument for parameter 'jsObjectReference' in 'BackTopButtonJSObjectReference.BackTopButtonJSObjectReference(IJSObjectReference jsObjectReference)'.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Components/DialogComponents/PasswordDialog.razor.cs#L43
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Components/DialogComponents/PasswordDialog.razor.cs#L38
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Components/DialogComponents/PasswordDialog.razor.cs#L39
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Services/VersionUpdataManager/VersionUpdataManager.cs#L92
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
macOSAndiOS: src/SwashbucklerDiary.Rcl/Essentials/NavigateController/RouteMatcher.cs#L73
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.