Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Martin A Bradford
Total activity
6
Last activity
March 11, 2025 14:36
Member since
March 06, 2025 16:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
March 11, 2025 14:36
Thank you - that is cleaner!It would be good it this could be more clearly documented - I just searched the Avalonia documentation and found no mention of it. In my case, it was just a puzzling ann...
Community
General Discussion
Why is Rider launching my application after building it?
0 votes
Created
March 10, 2025 12:40
… and a solution is to use ApplicationLifetime to set a flag which indicates whether or not the code is running in the previewer… public override void Initialize(){ if (ApplicationLifetime is nu...
Community
General Discussion
Why is Rider launching my application after building it?
0 votes
Created
March 10, 2025 11:53
OK - I've worked out why it's happening - still need to understand how to stop it…It's caused by the AvaloniaRider plugin. This provides support for Avalonia development including a screen layout p...
Community
General Discussion
Why is Rider launching my application after building it?
0 votes
Created
March 07, 2025 12:30
My .csproj file is this:<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net9.0-windows</TargetFramework> <RootNamespace>_101Ca...
Community
General Discussion
Why is Rider launching my application after building it?
0 votes