]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix sandbox check failure when compiling with latest .NET SDK. (#28077)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Thu, 16 May 2024 17:55:32 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Thu, 16 May 2024 17:55:32 +0000 (19:55 +0200)
commitb35dc427e114854e2312230ce96e4b6629ffe647
treead23852633c72e166d9cb6c749477cbf43f269a4
parent6c5b84a346101cb0c6a450c2f8d5c17ad1cfa567
Fix sandbox check failure when compiling with latest .NET SDK. (#28077)

Roslyn now compiles char + string with string.Concat(ROS<char>). This means doing ref char -> ROS<char> which is not sandbox safe. Actually fixing this in the sandboxer is difficult so I'm gonna just pass on that for now.
Content.Client/RCD/RCDMenu.xaml.cs
Content.Shared/Chat/SharedChatSystem.cs