Anton
Anton
> Does this work? > > btw mind opening this PR to https://github.com/Elskom/publish-nuget/? Yes, as I mentioned in original issue it works at least in my case (private team repo)....
So since there's no progress on this issue you can try using my fork of this action: https://github.com/marketplace/actions/publish-nuget-2 I made it work in my case (private team repo) so maybe...
You can do that if you get your dropdown-treeview as ViewChild. Like this: `@ViewChild(DropdownTreeviewComponent , {static: false}) treeView: DropdownTreeviewComponent ;` Then you can access selected items as `this.treeView.selection.checkedItems`
As a temporary solution for people like me I can offer this: ```c# writer.Context.TypeConverterOptionsCache.AddOptions( new TypeConverterOptions { CultureInfo = CultureInfo.InvariantCulture }); ``` before calling `WriteRecords()`. This will make string representation...
@youngcm2 sorry for the late reply, unfortunately it is not. You still have to add TypeConverterOptions for decimal manually. Anyway, thanks for the update!
Can confirm this error on windows (including windows runners for Github Actions). Works just great together with https://github.com/electron-userland/electron-builder/issues/8244 Now I know that running `npm install -g electron-builder` with no version...