Forum member

narshe

10 posts

Posts by narshe

  1. Strong name validation failed

    I don't need the test project to be signed, but I can't build using InternalsVisibleTo when my library is signed and the test project is not. I get this error: CS1726: Friend assembly reference 'CsvHelper.Tests' is invalid. Strong-name signed assemblies must specify a public key in their Internal…

  2. Strong name validation failed

    How can I use InternalsVisibleTo with this? If I remove the PublicKey I can't build. If I prevent signing in NCrunch, I get this error. Friend access was granted by 'CsvHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match th…

  3. Strong name validation failed

    My test project has frameworks net50, netcoreapp3.1, netcoreapp2.1, net47, net452. Only net47 and net452 are showing this error. I'm using xUnit. [code=plain]An error occurred while analysing this project after it was built: System.IO.FileLoadException: Could not load file or assembly 'CsvHelper.…

  4. .NET Core 2.0 support

    The build great. Thanks!

  5. .NET Core 2.0 support

    2.0 has been released. I'm running into this issue now. I'm trying to update my library to 2.0 and rely heavily on NCrunch.

  6. Build issue with 4.5 test project referencing multi-target core project

    This issue with doing that is it will only build net45 and not all the other types. This would work temporarily while developing, but isn't ideal. If I switch the project over to using the new core project types (I'm assuming that's what CPS projects are), would this solve the issue? If I did tha…

  7. Build issue with 4.5 test project referencing multi-target core project

    I have a project that is core and multi-targeted. NCrunch builds that fine. I get build successful for these project types: [list] [*] net20 [*] net35 [*] net40 [*] net45 [*] net451 [*] netstandard1.3 [*] portable+net40+sl5+win8+wpa81+wp8 [/list] The test project is a .NET 4.5 project …

  8. Building MonoGame project

    Adding that file to additional files worked. Thanks!

  9. Building MonoGame project

    Is there a generic way to ignore this? It's an <ItemGroup> of <MonoGameContentReference Include="Content\Content.mgcb" /> in the project file. Can that be ignored some how? If not, what do you suggest as a workaround? I think I could move pretty much ALL my code into a class library that the mono…

  10. Building MonoGame project

    I have a monogame project that I would like to test. Run NCrunch tries to build it, it fails on running the content pipeline. Is there any way to fix this? Here is the error. NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/docum…