Forum member
GlobalConcepts
58 posts
Posts by GlobalConcepts
-
License Server 5.22 Throwing Exceptions
After 5.22 was released this week I've also tried to upgrad our License Server. I usally just pick the content of the .zip File and copy it into the existing Directory under "inetpub". But the new version crashed with the following error while 5.21 still would work. [quote] Server Error in '/'…
24 Jul 2026 06:54 UTC
-
See Version installed inside License Server
I see, I understand, I accept :-)
20 Feb 2025 12:51 UTC
-
See Version installed inside License Server
For some reason it would be nice to see which version of NCrunch is installed by the person that gets a license asigned by the license server. Is this possible or would this cause a bigger development?
20 Feb 2025 12:17 UTC
-
Microsoft.Testing.Platform support
there is simply no need for having both runners active! use ncrunch or use that testing platform. regarding xunit.v3, have a look at https://xunit.net/docs/getting-started/v3/migration If you're still expecting issues please open a new thred. regards
11 Feb 2025 11:24 UTC
-
Aspire
@erwinvandervalk can we access your project anywhere to try to reproduce that issue? It will also work to publish some dummy project at github.
20 Jan 2025 08:08 UTC
-
Aspire
since you're using aspire 9, have you tried the same with dotnet 9 / sdk 9?
26 Dec 2024 18:29 UTC
-
ARM64
[quote=Remco;17586][quote] Is it the development part it self? Is it the testing part after having developed the architecture support before being able to release it to public? Is it the support after having it released? [/quote] All of the above. It's impossible to estimate the effort req…
10 Sep 2024 04:50 UTC
-
ARM64
As much as I understand the circumstances that might lead to that desicion it's also sad to read that "fact"(?) on the other hand. Since I never give up, I just want to understand some things: Where would you see the most of the amount while adding support for ARM64? Is it the development part …
06 Sep 2024 06:23 UTC
-
Working with different TargetFrameworks
It is defined to be compiled as a class library, yes. The SDKs are the same. I've deleted my Directory.Build.props, removed the CustomBuildProperties disabled and reenabled NCrunch and now it's working. Seems we cannot use them in this case. They worked perfectly fine with projects using net8.0…
22 May 2024 12:39 UTC
-
Working with different TargetFrameworks
Well, I still have the problem that the build fails on Grid Node
22 May 2024 07:02 UTC
-
Working with different TargetFrameworks
ok; so I have to define my TargetFramework(s) directly in the project. As long as it works ... ✔️ The NCrunch Tests Window still returns a Trace Output - while Server is our Grid Node - that project.assets.json does not contain a target for net472 by mentioning the path on client. It makes no di…
22 May 2024 06:48 UTC
-
Working with different TargetFrameworks
OK, what I have now is [quote] <ProjectConfiguration> <Settings> <CustomBuildProperties> <Value>TargetFramework = net472</Value> <Value>TargetFrameworks = net462;net472</Value> </CustomBuildProperties> </Settings> </ProjectConfiguration> [/quote] One of them se…
21 May 2024 14:54 UTC
-
Working with different TargetFrameworks
The title might sound a little bit strange. With .NET SDK Project Style it's possible to define more than one TargetFramework. I already worked with projects that have multiple TargetFrameworks. The tests are working and everything looks fine. This Project + Test both have the same TargetFramew…
21 May 2024 13:54 UTC
-
Grid Node Server vs. NuGet Restore
I've just tried it with the first project that did fail to build the days before. Looks good for now! I'll try further projects and will give feedback in case there are abnormalities. Thank you for your time and your patience!
21 May 2024 06:44 UTC
-
Grid Node Server vs. NuGet Restore
Sure the file is on the client machine talking about the .ncrunch directory of the user currently logged in. But this is the only location where Visual Studio could reference it from. This is what I wanted to testify. I had a look into the project.assets.json. It all looks good to me. I also th…
10 May 2024 09:00 UTC
-
Grid Node Server vs. NuGet Restore
This time deleting the "JetBrains.Annotations.xml" package turned into the package beeing restored correctly. Now the next package is failing - I will NOT correct this to now destroy my test cases :-D Indeed searching for "JetBrains.Annotations.xml" will find more resulst since I have many older…
08 May 2024 13:33 UTC
-
Grid Node Server vs. NuGet Restore
Yes, "NCrunch Grid Node Service" is / was running under Local System account, since that's the default value after having the Grid Node installed. - Created a local user Account "NCrunch_Service" on the Grid Node - Granted Administrator Rights - Set "NCrunch Grid Node Service" to Log On as "NCr…
08 May 2024 07:04 UTC
-
Grid Node Server vs. NuGet Restore
I'm not sure how to answer. Since it's not always the same package that fails to be restored talking about different projects, I've tried to setup some simple projects with nuget packes we're working with usually. https://github.com/evilbaschdi/NCrunchDummy The Solution consists of "NCrunch…
07 May 2024 07:01 UTC
-
Grid Node Server vs. NuGet Restore
Indeed not. Even not both of the projects used for testing this case are using central package management. The only common thing is that they're both using PackageReferences with packages from two sources. The second project even does not have a nuget.config - except for my test having the nuget …
07 May 2024 04:59 UTC
-
Grid Node Server vs. NuGet Restore
OK, here we go [quote] <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <ProjectAssetsFile Condition=" '$(Pr…
06 May 2024 14:20 UTC