Forum member
narshe
10 posts
Posts by narshe
-
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…
09 Apr 2021 15:21 UTC
-
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…
08 Apr 2021 14:57 UTC
-
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.…
07 Apr 2021 14:01 UTC
-
.NET Core 2.0 support
The build great. Thanks!
23 Aug 2017 22:02 UTC
-
.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.
21 Aug 2017 19:09 UTC
-
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…
28 Mar 2017 21:38 UTC
-
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 …
28 Mar 2017 14:51 UTC
-
Building MonoGame project
Adding that file to additional files worked. Thanks!
15 Jun 2015 14:55 UTC
-
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 Jun 2015 04:46 UTC
-
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…
09 Jun 2015 21:25 UTC