Andreas Hinterleitner
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created 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... -
Edited 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... -
Edited 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),... -
Edited 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; ... -
Created "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.... -
Created Rider: reformat names
I must be stupid somehow, but I found no way to auto-correct ("reformat") incorrectly styled variable names etc. There's a catalog in the settings for what style (e. g. camel case) I want for certa... -
Created Rider: reformat C# comments, space after double slashes
I've enabled the setting Editor > Code Style > C# > Space after ‘//’ in comments.My code deliberately contains a comment line without a space after ‘//’. I mark the line (selection), and choose Con...