Jonas Rembratt
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
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... -
Edited Can I configure Rider to trust certifictates issued by Zscaler?
My company uses Zscaler for protection. Zscalef performs TLS incerception, which basically is a controlled man-in-the-middle attack that injects its own TLS server certificate. It seems that Rider ... -
Edited Debugging async methods with Xamarin is very confusing
I've been tearing my hair with this problem for some time so I think it's time to report it. I'm writing a Xamarin Forms project and there, naturally, most of the data layer is heavily asynchronous...