28 Commits

Author SHA1 Message Date
cf72623dbc add DuplicateKeyException 2025-01-05 17:07:38 -05:00
93f8790653 updates 2024-11-19 22:36:37 -05:00
466ce7e5b2 don't crash if we don't have an Application.Instance; like if we're loading plugins outside of MBS Core framework 2024-08-25 14:12:10 -04:00
83b68d16fa ignore types which are abstract 2024-08-25 09:46:42 -04:00
d6287b07f3 import CardinalDirection from MBS.Framework 2024-08-19 15:33:10 -04:00
a5028581a0 import more stuff from MBS.Framework 2024-08-09 22:21:52 -04:00
7a884cfd21 remove duplicate call to OnBeforeStartInternal 2024-08-04 14:26:01 -04:00
833c378b1d make ContainsAny<T> even more generic 2024-08-01 22:53:27 -04:00
27f3285239 comment out temporary debugging prints 2024-08-01 22:53:03 -04:00
2431ffd45a add GetProperty function to return the Property associated with a get_... or set_... special method 2024-07-28 14:32:48 -04:00
8e41ff2f82 remove duplicate definition of OnBeforeStartInternal (how'd that get there?) 2024-07-22 23:40:16 -04:00
399a5c8e34 fix merge conflict 2024-07-22 23:38:36 -04:00
6ee1135732
add TypeExtensions to support Type.IsSubclassOfGeneric(...) 2024-07-21 22:38:38 -04:00
623402805b
fix AddRange to allow any type of Collection<>, not just List<> 2024-07-21 22:37:57 -04:00
9df55b9c08
add ReadToEnd function 2024-07-21 22:36:57 -04:00
c275c017c1
add BeforeStartInternal event 2024-07-21 22:35:30 -04:00
30bde5d2cd
add capital alphanumeric alphabets for convenience 2024-07-21 22:32:37 -04:00
604901d673 port MBS.Framework .NET legacy to .NET Core 2024-07-20 23:43:02 -04:00
7c4b71e091 Merge branch 'master' of gitea.azcona-becker.net:alcetech/framework-dotnet 2024-06-15 23:08:52 -04:00
ccfb7410c1 import Application stuff from .NET Classic MBS.Framework 2024-06-15 23:08:46 -04:00
1ec0b7be57 import NanoId from .NET Classic MBS.Framework 2024-06-15 23:07:03 -04:00
80bf8317c4 import ArrayExtensions from .NET Classic MBS.Framework 2024-06-15 23:06:48 -04:00
0ccf7ce844 remove MBS.Desktop from framework-dotnet; it is now in desktop-framework-dotnet 2024-06-15 07:23:30 -04:00
a24ae26d57 import some MBS FX 4 functionality into FX 5 2024-06-13 10:00:53 -04:00
5b1c1d5559 begin scaffolding for application framework 2024-04-20 13:29:53 -04:00
b55e9d30b9 update .gitignore and remove obj files 2024-04-20 13:29:18 -04:00
b6d8cb634c Initial commit 2024-04-20 13:18:36 -04:00
1ba97cbf3a Initial commit 2024-04-20 17:18:13 +00:00