Releases: carina-studio/AppBase
Releases · carina-studio/AppBase
2.1.31.116-rc
- Add
FixedThreadsTaskScheduler.Nameproperty.
2.1.30.111-preview
- Fix
MethodAccessExceptionwhen calling-back from user-defined method of Objective-C class if trimming is ON.
2.1.28.110-preview
- Mark AOT compatibility and trimmable state on packages.
2.1.27.109-preview
- Make
Application,Application.Avalonia,Avalonia,Configuration,Core,MacOSpackages Trimming and Native AOT friendly.
2.1.26.101-preview
- Update way of setting up window startup location on
Linux.
2.0.32.612
- Stable release.
- Use correct
SynchronizationContextforScheduledAction.Execute()andScheduledAction.ExecuteIfScheduled().
1.6.20.222
- Fix error of calling
Platform.OpenLink()with whitespace in given URI.
1.6.19.1102
- Support copying elements from list to array with compatible types.
1.6.18.1019
- Fix
TypeCastingList<T>.CopyTo()type conversion issue.
1.6.17.912
- Fix
StackOverflowExceptionwhen callingIDictionary<K, V>.TryGetValue()extension method.