Forum member
DrDelete
3 posts
Posts by DrDelete
-
ArgumentOutOfRangeException when using shared link global usings
[quote=Remco;16919][quote=DrDelete;16918] Question: Why did my inital .csproj content not work ? (without the closing tag) [/quote] NCrunch does some limited parsing of the project file when modifying it to include a few extra things to adjust MSBuild behaviour. It's a bit tacky, but we've fou…
03 Nov 2023 06:22 UTC
-
ArgumentOutOfRangeException when using shared link global usings
[quote=Remco;16917]Hi, thanks for sharing this issue. Could you check whether the project files involved each have a correct closing tag in the form of: </Project> ? This error seems to be related to the tag not being found or perhaps being syntactically different.[/quote] Wooww... that was…
03 Nov 2023 05:39 UTC
-
ArgumentOutOfRangeException when using shared link global usings
Hi, We have a large solution where we put our global usings in 2 seperate files: - GlobalUsings.Solution.cs - GlobalUsings.Tests.cs We attach these two global usings files using a Directory.Build.props file: (part of the Directory.Build.props file) <ItemGroup> <Compile Include="$(…
02 Nov 2023 14:48 UTC