bea mar

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
-
-
bea mar created a post, 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... -
bea mar created a post, 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> ... -
-
bea mar created a post, 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... -
bea mar created a post, 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. ... -
-
bea mar created a post, 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... -
bea mar created a post, 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... -