Ryujinx/src/Ryujinx.HLE/HOS
Zoltan Csizmadia 29e192f241
Migrate to .NET 8 (#5887)
* Change TargetFramework to net8.0

* Disable info messages

* Fix warings

* Disable additional analyzer messages

* Fix typo

* Add whitespace

* Fix ref vs in warnings

* Use explicit [In] on array parameters

* No need to guard Remove with Contains

* Use 'ArgumentOutOfRangeException.ThrowIf...' instead of explicitly throwing a new exception instance

* Bump .NET SDK version

* Enable JsonSerializerIsReflectionEnabledByDefault

* Use 8.0.100 GA release

* Bump System package versions

---------

Co-authored-by: Zoltan Csizmadia <Zoltan.Csizmadia@vericast.com>
2023-11-15 17:41:31 +01:00
..
Applets Replacing 'Assembly.GetExecutingAssembly()' with 'Type.Assembly' (#5545) 2023-09-07 14:10:58 +02:00
Diagnostics/Demangler "static readonly" constants should be "const" instead (#5560) 2023-08-13 19:07:57 -03:00
Ipc [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
Kernel Force all exclusive memory accesses to be ordered on AppleHv (#5898) 2023-11-07 13:24:10 -03:00
Services Migrate to .NET 8 (#5887) 2023-11-15 17:41:31 +01:00
SystemState [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
Tamper [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
ArmProcessContext.cs misc: Implement address space size workarounds (#5191) 2023-06-20 17:33:54 +02:00
ArmProcessContextFactory.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
HomebrewRomFsStream.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
Horizon.cs Implement NGC service (#5681) 2023-09-27 19:21:26 +02:00
HorizonFsClient.cs Implement NGC service (#5681) 2023-09-27 19:21:26 +02:00
IdDictionary.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
LibHacHorizonManager.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
ModLoader.cs Update to LibHac 0.19.0 (#5831) 2023-10-22 20:30:46 -03:00
ResultCode.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
ServiceCtx.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
TamperMachine.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
UserChannelPersistence.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00