Marko Lahma
Marko Lahma
* ensure proper flags for package * generate symbols * package and publish as part of CI flow Old: https://nuget.info/packages/Enums.NET/5.0.0 Now:  When uploading to NuGet should also upload the...
Now build summary view cleanly lists tests and also will be easier for contributors to find the failing tests (if any).
Changed: upgrade to [Jint v4](https://github.com/sebastienros/jint/releases/tag/v4.0.0) * remove references to Esprima which has been replaced by Acornima
This is a bit of a vanity change. Removes JetBrains.Annotations as a true dependency and also only refers to STJ if doesn't come in the box on the target platform....
Boy did I have fun time trying to figure out why some user-related features were failing. Long story short - for some reason the compare exchange value was missing and...
## 🎟️ Tracking Checking use of error-prone configuration property usage instead of using strongly-typed builder. ## 📔 Objective Quartz has `SchedulerBuilder` API which hides nasty configuration string properties. ## 📸...
Small improvements again when building against latest NET 9 SDK.