You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data: BAUERGROUP.Shared.Data no longer brings in
SQLitePCLRaw.bundle_e_sqlcipher. Applications that open encrypted
SQLite databases through it must reference an encryption provider
themselves (e.g. SQLite3 Multiple Ciphers or a licensed SQLCipher
build). Applications targeting .NET Framework through the
netstandard2.0 build now need .NET Framework 4.7.1 or later
(SQLitePCLRaw 3 requirement).
desktop: BAUERGROUP.Shared.Desktop no longer brings in
ReactiveUI, Splat or Splat.NLog. Applications that use them must add
their own PackageReference.
deps
data: removed the SQLCipher bundle from Shared.Data (502c28a)
desktop: removed unused ReactiveUI and Splat references (ce9d992)
🚀 Features
avalonia: added a cross-platform live log viewer package (500405e), references #136
logging: added an in-process live log sink and view buffer (16daa65), references #136
🐛 Bug Fixes
ci: pinned the Linux validation job to net10.0 (8620f0e)
desktop: rebuilt the log viewer on the in-process live sink (95e9736), references #136
desktop: restored the missing window icon resource (73a546d)
♻️ Code Refactoring
logging: deprecated the UDP log listener and trace listener (334de66), references #136