Jot icon indicating copy to clipboard operation
Jot copied to clipboard

Jot is a library for persisting and applying .NET application state.

Results 7 Jot issues
Sort by recently updated
recently updated
newest added

Hi... I'm using Jot in a project with Net 6 and WPF. When I try to store and load properties of type TimeOnly, the first time, the properties are persisted...

Jot 是一个用于持久化和管理 .NET 应用程序状态的库

I have been using Jot a long time and have always loved it, now I have been tasked with converting everything to WPF and removing all write behind code and...

This, I think, is a continuation of Issue #45 This code in the TrackerServices module works: ``` Sub New() Trackr.Configure(Of Window)().Id(Function(w) w.Name, SystemInformation.VirtualScreen.Size).Property(Function(w) w.Top).Property(Function(w) w.Left).Property(Function(w) w.Height).Property(Function(w) w.Width).PersistOn(NameOf(Window.Closing)).StopTrackingOn(NameOf(Window.Closing)) End Sub ```...

I'm using WPF, .Net Core 3.1 and Caliburn.Micro 4.0.117-alpha. I encountered a persistent bug while trying to implement Screen class to my Model. This is how my "stuff" looks like:...

Replacing ContainsKey with TryGetValue can slightly improve performance.