Ivan Josipovic

Results 95 comments of Ivan Josipovic

> This is kinda a deal breaker for me. I will probably revisit this library once it works with both external and custom controls. While a proper solution is being...

Just ran it against, https://github.com/IvanJosipovic/KubeUI and it didnt generate any code. ``` dotnet tool install --global AvaloniaExtensionGenerator --version 11.2.999-preview8 ``` ``` C:\Repos\KubeUI\src\KubeUI>avalonia-amd-gen '--projectPath' is not set. Using current directory as...

Looks good, https://github.com/IvanJosipovic/KubeUI/commit/a25e228adbb6116c8cf26e540c65da3618bcce87 Update, I tested the tool on Ubuntu and it didn't create the files in "ControlExtensions.Generated" folder. It created the files at the ProjectRoot/Properties/{generated}.g.cs

I think all 3 projects can in the same repo. Reactive vs MVVM is a tricky one as Reactive has a very useful `ObservableForProperty` method can be used with `INotifyPropertyChanged`...

I’d strongly encourage the Avalonia team to consider adopting the [.NET Generic Host](https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder) model for v12. This pattern has become a cornerstone of the modern .NET ecosystem, offering a consistent...

Hey, thanks for this report, please let me know if this is not resolved once I update to 9 RTM.

Hey, https://github.com/IvanJosipovic/KubeUI/releases/tag/v1.0.0-alpha.88 is now on .NET 9 RTM. Let me know if this issue re-appears.

I want to use semantic-release in Azure DevOps Pipelines which provides a OAuth token for GitHub.

This should be fixable with a PR by setting the jsonTypeInfo on https://github.com/kubernetes-client/csharp/blob/61e6b13fd7828eb3d76b249b259b3444b0462564/src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L515 ``` [JsonSerializable(typeof(ExecCredentialResponse))] internal partial class ExecCredentialResponseContext : JsonSerializerContext { } ```

Please provide more detail like version of.net, type of Blazor you're using etc. Does the issue occur with any of the samples?