Andreas Hinterleitner

Avatar
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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),...
    • 3 followers
    • 1 comment
    • 1 vote
  • 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; ...
    • 3 followers
    • 2 comments
    • 4 votes
  • 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....
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 11 comments
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes