Release Build #252
release.yml
on: workflow_dispatch
Prepare
5s
Build Android APK
24m 32s
Build Windows
3m 48s
Build Linux
2m 52s
Build macOS
3m 18s
Build iOS
1m 1s
Create Release
Annotations
1 error, 41 warnings, and 1 notice
|
Build iOS
Process completed with exit code 1.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L128
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L127
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L126
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L125
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L124
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Configuration/SettingSourceAttribute.cs#L265
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The parameter 'type' of method 'osu.Game.Configuration.SettingSourceExtensions.getSettingsSourceProperties(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Utils/BindableValueAccessor.cs#L23
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
|
Build Linux:
osu.Game/Utils/BindableValueAccessor.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Linux:
osu.Game/Utils/BindableValueAccessor.cs#L32
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
|
Build Linux:
osu.Game/IO/Serialization/SnakeCaseKeyContractResolver.cs#L9
Using member 'Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultContractResolver()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/LegacyIpc/LegacyTcpIpcProvider.cs#L38
Using member 'Newtonsoft.Json.Linq.JToken.ToObject<T>()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/LegacyIpc/LegacyTcpIpcProvider.cs#L38
Using member 'Newtonsoft.Json.Linq.JToken.ToObject<T>()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/LegacyIpc/LegacyTcpIpcProvider.cs#L63
Using member 'Newtonsoft.Json.Linq.JToken.ToObject<T>()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/LegacyIpc/LegacyTcpIpcProvider.cs#L59
Using member 'Newtonsoft.Json.Linq.JToken.ToObject<T>()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/MacOS/MacOSAppLocationChecker.cs#L29
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
|
Build macOS:
osu.Desktop/DiscordRichPresence.cs#L313
Using member 'Newtonsoft.Json.JsonConvert.DeserializeObject<T>(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/DiscordRichPresence.cs#L214
Using member 'Newtonsoft.Json.JsonConvert.SerializeObject(Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build macOS:
osu.Desktop/Windows/WindowsKey.cs#L55
Using member 'System.Runtime.InteropServices.Marshal.GetHINSTANCE(Module)' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Windows only assigns HINSTANCE to assemblies loaded from disk. This API will return -1 for modules without a file on disk.
|
|
Build macOS:
osu.Desktop/Windows/WindowsAssociationManager.cs#L34
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
|
Build macOS:
osu.Desktop/Windows/Icons.cs#L13
'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
|
Build macOS:
osu.Game/Input/Bindings/DatabasedKeyBindingContainer.cs#L58
Using member 'System.Linq.Queryable.AsQueryable<TElement>(IEnumerable<TElement>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Enumerating in-memory collections as IQueryable can require unreferenced code because expressions referencing IQueryable extension methods can get rebound to IEnumerable extension methods. The IEnumerable extension methods could be trimmed causing the application to fail at runtime.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L57
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String, BindingFlags)'. The parameter 'declaringType' of method 'osu.Game.Configuration.SettingSourceAttribute.SettingSourceAttribute(Type, String, String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L265
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The parameter 'type' of method 'osu.Game.Configuration.SettingSourceExtensions.getSettingsSourceProperties(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L201
Call to 'System.Type.MakeGenericType(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L128
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L127
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L126
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L125
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/Configuration/SettingSourceAttribute.cs#L124
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build macOS:
osu.Game/IO/Serialization/SnakeCaseKeyContractResolver.cs#L9
Using member 'Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultContractResolver()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build Windows:
osu.Game/Database/BackgroundDataStoreProcessor.cs#L398
Using member 'Newtonsoft.Json.JsonConvert.SerializeObject(Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L57
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.PublicMethods', 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.PublicNestedTypes', 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.PublicEvents' in call to 'System.Type.GetMember(String, BindingFlags)'. The parameter 'declaringType' of method 'osu.Game.Configuration.SettingSourceAttribute.SettingSourceAttribute(Type, String, String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L265
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The parameter 'type' of method 'osu.Game.Configuration.SettingSourceExtensions.getSettingsSourceProperties(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L201
Call to 'System.Type.MakeGenericType(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic type.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L128
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L127
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L126
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L125
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/Configuration/SettingSourceAttribute.cs#L124
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'osu.Game.Configuration.SettingSourceAttribute.SettingControlType.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows:
osu.Game/IO/Serialization/SnakeCaseKeyContractResolver.cs#L9
Using member 'Newtonsoft.Json.Serialization.DefaultContractResolver.DefaultContractResolver()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Build Android APK
No signing keystore secret found — auto-generated one for this build.
|
|
Build Windows
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
osu-android-2026.528.252
|
112 MB |
sha256:871f2f1df586e9ce4d5905c4be84d8092daa5d3778d9917f447e9bac367643c5
|
|
|
osu-linux-2026.528.252
|
147 MB |
sha256:71ea7684b246ff2b57f35ab3ed4f075cc671ca1eaa2c66e27f30f08201f26cec
|
|
|
osu-macos-2026.528.252
|
302 MB |
sha256:8ef58bfc3aadbb4ac74bcf69a973222be96c4b9ec61ce22e3abc5a17a56d6c79
|
|
|
osu-signing-keystore
Expired
|
5.5 KB |
sha256:09fe373198d77a5a19f5fe0c0e080d0ee45dd06b14964c7337a93d78b17244da
|
|
|
osu-windows-2026.528.252
|
142 MB |
sha256:68b5a4956ef9d6e064f98cd1f4bbbd0533c640f0a597d7482b7e12f1a6c19f15
|
|