Steven.Basker
Steven.Basker
CC#
Created by Steven.Basker on 6/20/2023 in #help
❔ Unpacking .dll Files for NuGet Dependencies: How to Handle It?
Understod
5 replies
CC#
Created by Steven.Basker on 6/5/2023 in #help
❔ Compatibility Issues between Rider and Visual Studio?
Yeah, it's a bummer, but what can you do? 🥲 Anyway thanks for the help guys.
11 replies
CC#
Created by Steven.Basker on 6/5/2023 in #help
❔ Compatibility Issues between Rider and Visual Studio?
Yeah, it's an old version we're working on, and newer stuff isn't supported by the server
11 replies
CC#
Created by Steven.Basker on 6/5/2023 in #help
❔ Compatibility Issues between Rider and Visual Studio?
I know, but it seems like rider somehow just throws an error if it is referencing a wrong path?
11 replies
CC#
Created by Steven.Basker on 6/5/2023 in #help
❔ Compatibility Issues between Rider and Visual Studio?
At closer inspection it seems that visual studio is referencing a path that is non existing, however rider isn't throwing up because of it, but only throwing warnings
11 replies
CC#
Created by Steven.Basker on 6/5/2023 in #help
❔ Compatibility Issues between Rider and Visual Studio?
There is quite a lot of errors, but most of them I believe are related to a nuget package Xrm.SDK. I cannot see the reference when I right click on a project see the references from the GUI, but I can see it in the .csproj file
<Reference Include="Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\path\to\dll\Microsoft.CrmSdk.CoreAssemblies.9.0.2.49\lib\net462\Microsoft.Xrm.Sdk.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\path\to\dll\Microsoft.CrmSdk.CoreAssemblies.9.0.2.49\lib\net462\Microsoft.Xrm.Sdk.dll</HintPath>
</Reference>
11 replies