Andreas Hinterleitner
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Andreas Hinterleitner created a post, How to use AOT?
I've seen an option to activate AOT when I create a new project. I've not yet selected this option in any of my projects yet, so I don't know what functions it unlocks. What I'd like to do is to ha... -
Andreas Hinterleitner created a post, Control "Put assignment expression into block" warning for expression-bodied members
Code like:public void Reset() => _index = -1;makes Rider underline the variable _index and offer a “Put assignment expression into block” context action.Is there a way to control this in the app se... -
Andreas Hinterleitner created a post, Issue with Avalonia projects
I use Windows 11 and have the .NET SDK 10 installed.After adding the Avalonia templates and creating a new Avalonia solution (I can only select .NET 9.0 as the target framework, see my other post),... -
Andreas Hinterleitner created a post, Avalonia UI and .NET 10?
I'm using Windows, and I'm just starting to experiment with GUIs, so I thought I start with using Avalonia.After having managed to get the Avalonia templates working (needed to execute dotnet.exe; ... -
Andreas Hinterleitner created a post, "Import" namespace
I'm new to rider, and I have a hard time to understand how to handle this tool correctly in some places even after searching for information, so I hope someone can help me here.To makeusing System.... -
-
-
-
Andreas Hinterleitner commented, -