bea mar
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 13
-
Created How to disable typo checking in generated code?
On page https://www.jetbrains.com/help/rider/2025.1/Reference__Options__Code_Inspection__Generated_Code.html?keymap=Visual%20Studio%202022 it is written about regions marked as generated code:"For ... -
Edited Rider high CPU and GPU usage when viewing ".http" files
Windows 10, Rider 2024.2.2, Blazor 8 project. Inside the project, there are ".cs" files and ".http" files, among others. When an ".http" file is open in editor, the CPU usage is maintained at about... -
Created Disabling some inspection warningg for Blazor components
I have a Blazor 8 App project. The server part of the app contains file: `Components/App.razor` with these lines:```<!DOCTYPE html> <head> ... <HeadOutlet/> </head> <body> ... -
Edited New standalone Blazor WASM project with authentication missing authentication support
I created a new solution in Rider by selecting the "Web" then "Blazor WebAssembly Standalone App" and then checked the "Include sample pages" and selected "Individual authentication" for authentica... -
Edited False errors in Blazor component in editor which disappear after invalidating caches and restarting Rider
JetBrains Rider 2024.2.2 on Windows 10Blazor .NET 8 projectWhile I am editing a razor component, the editor suddenly shows many red underlines, indicating errors. The build window shows no errors. ... -
Created AI Assistant window smooth scrolling speed
When the "Smooth Scrolling" setting in Rideer is off, the scrolling speed in both Editor and AI Assistant window is about 3 lines. This is ok.But when the setting is on, the speed in Editor is stil... -
Edited Rider reports `@@apply` as syntax error inside razor markup
I have a ASP.NET Blazor project which is using Tailwindcss for styling. I get intellisense hints from the regular Rider Tailwindcss integration. But, during development, instead of compiling Tailwi... -
Created Your WASM app is getting ready to be used by Rider debugger, please stand by...
I have a Blazor .NET 8.0 web app. When I try to debug it in Rider, it sometimes works. But more often, it just opens a Chrome window with blanks screen with the following text in the middle: “Your ... -
Created Why is MAUI hot reload in Rider 2023.2 not working?
I've updated Rider to 2023.2, opened a .NET 7 MAUI project, launched it in debug mode and changed a label text in XAML file, then saved the file. According to XAML Hot Reload for MAUI and What doe... -
Created The "Run" panel does not print empty lines, sometimes.
I have a console app which prints to console. Console.WriteLine("a");Console.WriteLine();Console.WriteLine("b"); When I run it with the "Use external console" option checked, the output in the syst...