SO LOVE OFF
SO LOVE OFF
Project: https://github.com/SimpleStateMachine/SimpleStateMachineNodeEditor. branch: ToAvaloniaUI

Same problem with GeometryDrawing
I think this is a great idea, it needs to be added
It's fixed if set "AllowMultiInstance" flag: ```C# var parser = new Parser(settings => { settings.AllowMultiInstance = true; settings.EnableDashDash = true; }); ``` But I discovered it by accident. Worth adding...
**OC:** Windows 10 **.Net:** net5.0 **Avalonia:** 0.10.6 **ObservableEvents:** 1.0.10 NameTextBox it's Avalonia.Controls.TextBox
I think we can use [SourceGenerator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/)
> @pawar-ram did you ever get the aspnetcore generator to respect your ignore file? thanks... I faced the same problem
cc @kontura @ppisar
It looks like the timestamp is written to the database *before* the `%post` script is executed: https://github.com/rpm-software-management/rpm/blob/ba9ac3c8af097f94d7859731b1acb8e0fcf37a55/lib/psm.cc#L889 ```c if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NODB)) { // ... rc = dbAdd(ts, psm->te); if...