Jonas Rembratt
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Edited Can same solution support both legacy .NET as well as 7.0+ ?
I have written and am supporting a suite of Nugets for my company. We just call it the “XP SDK”, as it allows all kinds of projects to quickly get on track with integration for our Auth infrastruct... -
Edited Why does some code comments get underlined?
Recently some of my code comment blocks gets an underline for some unknown reason and I can't figure out why. There's no suggestions for actions as far as I can see and I can't find anything that c... -
Edited Cannot sign in GitHub Copilot
I'd like to try out GitHub Copilot so I installed the Rider plugin. After installation, and Rider restart, I click the little status bar icon and start the GitHub sign-in process... But after succ... -
Created Rider "New UI" - how do I select a device?
I recently switched to the New UI and I quite like it. But as I do cross platform dev work with Xamarin (I just started working with MAUI) I miss the ability to specify a device (iOS simulator or A... -
Created How to use Checkmarx advidory to analyze vulnerabilty issues?
Since a few versions back I have started getting an issue, reported by "Checkmarx advisory": However, my solution is a corporate SDK of about 40 projects, and I get no indication of whic one(s) ar... -
Edited I constantly get file access issues when rebuilding in Windows
One of my solutions contains 37 projects that builds Nuget packages. Whenever I "rebuild solution" I always get these kinds of issues:``` NuGet.Build.Tasks.Pack.targets(175, 5): [MSB3061] Unable t... -
Edited Conditional prebuild event always trigger on Mac
In many of my projects of one large solution (that builds a suite of Nuget packages) I want to run a small tool when I build for Release. This works fine on Windows but when I build on Mac, for "De... -
Created Intellisense frequently suggesting weird identifiers
This happens a lot: My version is 2021.3.3 Build #RD-213.6775.4 but I have seen this for a long time -
Created How to set code analysis target framework?
For projects that supports multiple frameworks I tend to end up in a situation where Rider's code analysis indicates error and issues in the File Explorer pane but when I open the indicated file th... -
Edited How to view build output after the build?
I'm trying to diagnose a problem with a post-build Python script in Rider. In the build output I can see the script's output (caption: "Executing build ...") but when Rider is done building the Bui...