Ryujinx/Ryujinx.Ava/UI/ViewModels
Andrey Sukharev 4ce4299ca2
Use source generated json serializers in order to improve code trimming ()
* Use source generated json serializers in order to improve code trimming

* Use strongly typed github releases model to fetch updates instead of raw Newtonsoft.Json parsing

* Use separate model for LogEventArgs serialization

* Make dynamic object formatter static. Fix string builder pooling.

* Do not inherit json version of LogEventArgs from EventArgs

* Fix extra space in object formatting

* Write log json directly to stream instead of using buffer writer

* Rebase fixes

* Rebase fixes

* Rebase fixes

* Enforce block-scoped namespaces in the solution. Convert style for existing code

* Apply suggestions from code review

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Rebase indent fix

* Fix indent

* Delete unnecessary json properties

* Rebase fix

* Remove overridden json property names as they are handled in the options

* Apply suggestions from code review

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Use default json options in github api calls

* Indentation and spacing fixes

---------

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
2023-03-21 19:41:19 -03:00
..
AboutWindowViewModel.cs Use source generated json serializers in order to improve code trimming () 2023-03-21 19:41:19 -03:00
AmiiboWindowViewModel.cs Use source generated json serializers in order to improve code trimming () 2023-03-21 19:41:19 -03:00
AvatarProfileViewModel.cs Update LibHac to 0.18.0 () 2023-03-01 23:42:27 -03:00
BaseModel.cs Ava GUI: Restructure Ryujinx.Ava () 2022-12-29 15:24:05 +01:00
ControllerSettingsViewModel.cs Use source generated json serializers in order to improve code trimming () 2023-03-21 19:41:19 -03:00
DownloadableContentManagerViewModel.cs Use source generated json serializers in order to improve code trimming () 2023-03-21 19:41:19 -03:00
MainWindowViewModel.cs Ava UI: DownloadableContentManager Refactor () 2023-03-14 17:04:38 +01:00
SettingsViewModel.cs Increase access permissions for Ava timezones () 2023-03-12 17:20:09 +01:00
TitleUpdateViewModel.cs Use source generated json serializers in order to improve code trimming () 2023-03-21 19:41:19 -03:00
UserFirmwareAvatarSelectorViewModel.cs Update LibHac to 0.18.0 () 2023-03-01 23:42:27 -03:00
UserProfileImageSelectorViewModel.cs Ava GUI: User Profile Manager + Other Fixes () 2023-01-11 06:20:19 +01:00
UserProfileViewModel.cs Ava GUI: User Profile Manager + Other Fixes () 2023-01-11 06:20:19 +01:00
UserSaveManagerViewModel.cs Ava UI: Fix string.Format issues in Locale () 2023-01-21 02:06:19 +01:00