Hi,
I use Rider 2025.1 with ncrunch 5.16.0.5
One project "DomainApi" references another with:
Code:
<ProjectReference Include="..\DomainApi.Försäkring\DomainApi.Försäkring.csproj" />
in Ncrunch.DomainApi_AnalysisBuild.xml this looks like:
Code:
<ProjectReference Include="..\DomainApi.F??rs??kring\DomainApi.F??rs??kring.csproj" />
and the build fails with
Quote:The type or namespace name 'Försäkring' does not exist in the namespace 'Fuse.Features.DomainApi' (are you missing an assembly reference?)
This does not happen if I run in Visual Studio.
The project builds fine in all other pipelines, Rider, visual studio, dotnet build.
Any suggestions?
//Peter