Forum member

GlobalConcepts

58 posts

Posts by GlobalConcepts

  1. 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 '/'…

  2. See Version installed inside License Server

    I see, I understand, I accept :-)

  3. 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?

  4. 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

  5. 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.

  6. Aspire

    since you're using aspire 9, have you tried the same with dotnet 9 / sdk 9?

  7. 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…

  8. 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 …

  9. 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…

  10. Working with different TargetFrameworks

    Well, I still have the problem that the build fails on Grid Node

  11. 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…

  12. 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…

  13. 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…

  14. 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!

  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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 …

  20. 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…