mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Commentary about trim incompatibility
This commit is contained in:
@@ -118,6 +118,9 @@ public class SettingsScope : Scope<SettingsScope>
|
||||
return this;
|
||||
}
|
||||
|
||||
// BUG: Not trim-compatible
|
||||
// Not a bug, per se, but it's easily fixable by just loading the file.
|
||||
// Defaults can just be field initializers for involved types.
|
||||
using Stream? stream = assembly.GetManifestResourceStream (resourceName)!;
|
||||
|
||||
if (stream is null)
|
||||
|
||||
Reference in New Issue
Block a user