Skip to content

Releases: carina-studio/AppBase

2.2.6.1221-preview

21 Dec 06:11
Compare
Choose a tag to compare
2.2.6.1221-preview Pre-release
Pre-release
  • Upgrade to Backport.System.Threading.Lock 3.1.0.
  • Make BaseDisposable non thread-safe.
  • Add DisposableCollection.
  • Add BaseAsyncDisposable.
  • Support disposing resources with ViewModel.
  • Allocate resources in ViewModel on-demand.
  • Add SynchronizationContext.SendAsync() extension methods.

2.2.5.1201-preview

01 Dec 09:59
Compare
Choose a tag to compare
2.2.5.1201-preview Pre-release
Pre-release
Update version to 2.2.5.1201.

2.1.36.1027

27 Oct 11:28
Compare
Choose a tag to compare
  • Fix interruption of smooth scrolling by change of ScrollViewer.Extent.

2.1.35.324

24 Mar 03:27
Compare
Choose a tag to compare
  • Prevent crashing in HasFileNames(), TryGetData<T>() and TryGetValue<T>() extension methods of IDataObject.

2.1.34.229

29 Feb 12:05
Compare
Choose a tag to compare
  • Clear previous ToolTip.Tip when updating tool tip by TextBlock/SelectableTextBlock to prevent memory leakage.
  • Allow cancelling package downloading by Updater when calling WebRequest.GetResponse().
  • Fix invalid application base version in BasePackageResolverTests.

2.1.33.129

29 Jan 12:33
Compare
Choose a tag to compare
  • Stable release.

2.1.32.117-rc

17 Jan 09:34
Compare
Choose a tag to compare
2.1.32.117-rc Pre-release
Pre-release
  • Remove internal ID of FixedThreadsTaskScheduler.
  • Add FixedThreadsTaskFactory.Name.
  • Allow extending ScheduledAction.
  • Add DispatcherSynchronizationContext.CancelDelayed() and DispatcherSynchronizationContext.PostDelayed().
  • Add DispatcherScheduledAction.

2.1.31.116-rc

16 Jan 06:52
Compare
Choose a tag to compare
2.1.31.116-rc Pre-release
Pre-release
  • Add FixedThreadsTaskScheduler.Name property.

2.1.30.111-preview

11 Jan 07:04
Compare
Choose a tag to compare
2.1.30.111-preview Pre-release
Pre-release
  • Fix MethodAccessException when calling-back from user-defined method of Objective-C class if trimming is ON.

2.1.28.110-preview

10 Jan 08:02
Compare
Choose a tag to compare
2.1.28.110-preview Pre-release
Pre-release
  • Mark AOT compatibility and trimmable state on packages.