Skip to content

Commit

Permalink
Update submodule, .NET 9 (#34320)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 authored Jan 11, 2025
1 parent 1c315ba commit 3da3543
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-map-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Get Engine Tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Content.PatreonParser/Content.PatreonParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 93 files
+1 −1 .github/workflows/build-docfx.yml
+1 −1 .github/workflows/build-test.yml
+1 −1 .github/workflows/publish-client.yml
+1 −1 .github/workflows/test-content.yml
+46 −43 Directory.Packages.props
+1 −1 Lidgren.Network/Lidgren.Network.csproj
+1 −1 MSBuild/Robust.Engine.Version.props
+2 −2 MSBuild/Robust.Engine.props
+1 −1 MSBuild/Robust.Properties.targets
+44 −1 RELEASE-NOTES.md
+2 −6 Robust.Analyzers.Tests/AccessAnalyzer_Test.cs
+2 −3 Robust.Analyzers.Tests/DataDefinitionAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/DependencyAssignAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/DuplicateDependencyAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/MustCallBaseAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/NoUncachedRegexAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/PreferNonGenericVariantForTest.cs
+2 −3 Robust.Analyzers.Tests/PreferOtherTypeAnalyzerTest.cs
+2 −3 Robust.Analyzers.Tests/PreferOtherTypeFixerTest.cs
+7 −3 Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj
+4 −0 Robust.Benchmarks/Robust.Benchmarks.csproj
+3 −0 Robust.Client.NameGenerator/XamlUiPartialClassGenerator.cs
+2 −0 Robust.Client.WebView/Cef/BaseRobustCefClient.cs
+2 −0 Robust.Client.WebView/Cef/RobustCefApp.cs
+1 −0 Robust.Client.WebView/Cef/WebViewManagerCef.BrowserWindow.cs
+9 −6 Robust.Client.WebView/Cef/WebViewManagerCef.Control.cs
+1 −0 Robust.Client.WebView/Robust.Client.WebView.csproj
+1 −0 Robust.Client/GameController/GameController.Standalone.cs
+24 −22 Robust.Client/Graphics/Clyde/Clyde.Windowing.cs
+18 −0 Robust.Client/Graphics/Clyde/ClydeHeadless.cs
+2 −1 Robust.Client/Graphics/Clyde/Windowing/Glfw.Events.cs
+16 −37 Robust.Client/Graphics/Clyde/Windowing/Glfw.Windows.cs
+0 −4 Robust.Client/Graphics/Clyde/Windowing/Glfw.cs
+3 −3 Robust.Client/Graphics/Clyde/Windowing/IWindowingImpl.cs
+0 −8,929 Robust.Client/Graphics/Clyde/Windowing/SDL2Api.cs
+25 −0 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/LICENSE
+56 −0 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/SDL3.Core.Ext.cs
+8,043 −0 Robust.Client/Graphics/Clyde/Windowing/SDL3-CS/SDL3.Core.cs
+0 −224 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Keys.cs
+0 −133 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Monitors.cs
+0 −316 Robust.Client/Graphics/Clyde/Windowing/Sdl2.RawEvents.cs
+0 −586 Robust.Client/Graphics/Clyde/Windowing/Sdl2.Windows.cs
+0 −190 Robust.Client/Graphics/Clyde/Windowing/Sdl2.cs
+37 −33 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Cursor.cs
+48 −63 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Event.cs
+145 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.FileDialog.cs
+225 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Key.cs
+133 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Monitor.cs
+282 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.RawEvent.cs
+654 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.Window.cs
+105 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.WindowIcons.cs
+130 −100 Robust.Client/Graphics/Clyde/Windowing/Sdl3.WindowThread.cs
+226 −0 Robust.Client/Graphics/Clyde/Windowing/Sdl3.cs
+37 −0 Robust.Client/Graphics/Clyde/Windowing/WsiShared.cs
+0 −24 Robust.Client/Graphics/IClyde.cs
+2 −0 Robust.Client/Graphics/IClydeInternal.cs
+24 −0 Robust.Client/Graphics/IClydeWindow.cs
+3 −2 Robust.Client/Placement/PlacementManager.cs
+4 −1 Robust.Client/Robust.Client.csproj
+6 −4 Robust.Client/UserInterface/Controls/LineEdit.cs
+6 −5 Robust.Client/UserInterface/Controls/TextEdit.cs
+6 −0 Robust.Client/UserInterface/FileDialogManager.cs
+2 −2 Robust.Server/GameObjects/EntitySystems/MapLoaderSystem.cs
+4 −0 Robust.Server/Robust.Server.csproj
+118 −97 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+4 −4 Robust.Shared.Scripting/ILCommand.cs
+3 −1 Robust.Shared.Scripting/Robust.Shared.Scripting.csproj
+10 −3 Robust.Shared/Configuration/ConfigurationManager.cs
+2 −0 Robust.Shared/Configuration/IConfigurationManagerInternal.cs
+4 −2 Robust.Shared/Console/Commands/LogCommands.cs
+3 −3 Robust.Shared/ContentPack/AssemblyTypeChecker.cs
+2 −0 Robust.Shared/ContentPack/Sandbox.yml
+9 −0 Robust.Shared/GameObjects/Entity.cs
+9 −0 Robust.Shared/Log/ISawmill.cs
+6 −1 Robust.Shared/Log/LogManager.Sawmill.cs
+8 −3 Robust.Shared/Network/NetManager.cs
+4 −0 Robust.Shared/Robust.Shared.csproj
+9 −0 Robust.Shared/Serialization/Manager/Attributes/NotYamlSerializableAttribute.cs
+1 −2 Robust.Shared/Serialization/Manager/SerializationManager.Validation.cs
+59 −0 Robust.Shared/Serialization/Manager/SerializationManager.cs
+2 −1 Robust.Shared/Serialization/Markdown/NodeMark.cs
+5 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/ComponentRegistrySerializer.cs
+4 −2 Robust.Shared/Serialization/TypeSerializers/Implementations/Custom/Prototype/PrototypeIdSerializer.cs
+2 −2 Robust.Shared/Serialization/TypeSerializers/Implementations/EntProtoIdSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Generic/ProtoIdSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector2Serializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector2iSerializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector3Serializer.cs
+1 −1 Robust.Shared/Serialization/TypeSerializers/Implementations/Vector4Serializer.cs
+53 −0 Robust.UnitTesting/MockInterfaces.cs
+1 −0 Robust.UnitTesting/Shared/GameObjects/GenericEntityPrint.cs
+1 −1 cefglue
+1 −1 global.json
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 3da3543

Please sign in to comment.