mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #1094] [MERGED] Refactoring user settings #1306
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1094
Author: @koszeggy
Created: 3/23/2022
Status: ✅ Merged
Merged: 4/16/2022
Merged by: @NickeManarin
Base:
dev← Head:RefactoringUserSettings📝 Commits (3)
56dc30fUserSettings refactoring: parsing types in a cleaner way (#1093)aca1c33Fixing merge issuesfbfea5dParsing user settings: adding missing support, fixing complex nested objects📊 Changes
1 file changed (+65 additions, -310 deletions)
View changed files
📝
ScreenToGif.Util/Settings/UserSettings.cs(+65 -310)📄 Description
Fixes #1093
switchfromParsePropertyhas been removedDeserializePropertymethod is completely removed (ParsePropertyis now recursive for collection elements and object properties)ParseValue, which uses theParseextension to obtain the valueParseTypenow usesReflector.ResolveTypewhereType.GetTypecannot be used (for non-corelib types without an assembly name)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.