Release Build #254
Annotations
11 warnings
|
Publish macOS x64:
osu.Desktop/Windows/GameplayWinKeyBlocker.cs#L41
Using member 'osu.Desktop.Windows.WindowsKey.Disable()' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. Uses Marshal.GetHINSTANCE which requires the assembly to be loaded from disk.
|
|
Publish macOS arm64:
osu.Game/Online/Notifications/WebSocket/WebSocketNotificationsClient.cs#L105
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.
|
|
Publish macOS arm64:
osu.Game/Online/Chat/WebSocketChatClient.cs#L122
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.
|
|
Publish macOS arm64:
osu.Game/Online/Chat/WebSocketChatClient.cs#L113
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.
|
|
Publish macOS arm64:
osu.Game/Online/Chat/WebSocketChatClient.cs#L104
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.
|
|
Publish macOS arm64:
osu.Game/Online/Notifications/WebSocket/WebSocketNotificationsClient.cs#L57
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.
|
|
Publish macOS arm64:
osu.Game/Online/API/Requests/VerifySessionRequest.cs#L25
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.
|
|
Publish macOS arm64:
osu.Game/Online/HubClientConnector.cs#L67
Using member 'Microsoft.Extensions.DependencyInjection.MessagePackProtocolDependencyInjectionExtensions.AddMessagePackProtocol<TBuilder>(TBuilder, Action<MessagePackHubProtocolOptions>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. MessagePack does not currently support trimming or native AOT. https://aka.ms/aspnet/trimming
|
|
Publish macOS arm64:
osu.Game/Online/Rooms/SubmitScoreRequest.cs#L33
Using member 'Newtonsoft.Json.JsonConvert.SerializeObject(Object, JsonSerializerSettings)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
Publish macOS arm64:
osu.Game/OsuGameBase.cs#L363
'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'.
|
|
Publish macOS arm64:
osu.Game/Overlays/WizardOverlay.cs#L212
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'System.Collections.Generic.List<T>.this[Int32].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.
|
background
wait
wait-all
cancel
parallel
Loading