Forum member
Joreyk
11 posts
Posts by Joreyk
-
RDI Storage Location
rdi storage is located in C:\RDIStorage but programdata doesnt belong in that folder default should be either a folder in user direcotry or %ProgramData% but not in the root folder of windows
15 Oct 2024 21:37 UTC
-
Source Generator Files with debugger
Its about the new RDI and ncrunch itself when using source generator. For Reproduction my repo https://github.com/NexStandard/NexYamlSerializer ( you will have to build Source generator => nexvyaml => core => NexVYaml => restart VS else ncrunch wont work with the nugetting that i have ) her…
19 Apr 2024 10:32 UTC
-
Source Generator Files with debugger
The new debugger works correctly and flawless until an invocation happens to a method that is in a file that is source generated lets say i have an object which source generated and i invoke a method on it and the test runs through that then i click on the arrow and all that happens is that …
16 Apr 2024 14:19 UTC
-
Test Explorer doesnt show tests
[quote=Remco;17211]Hi, Can you check whether you have any other 3rd party plugins installed? If so, could you try disabling them? We've been receiving reports of this problem. Every time it shows up, there are other plugins involved. I think this may actually be a bug in VS that is being su…
28 Mar 2024 15:16 UTC
-
Test Explorer doesnt show tests
https://pasteboard.co/dp0oR2wWjuTO.png the tests run and all bubbles are green but the explorer just doesnt show any tests, nothing on no tab is content im on 5302 version there used to be a hierarchy of the tests but they are just gone how can i make them come back? it builds successful
27 Mar 2024 21:19 UTC
-
What does "for updates after that" mean
Oke good
31 Jan 2023 22:27 UTC
-
What does "for updates after that" mean
``` A single user license, just for you. Not for companies! More... $159* Includes 1 year of updates. $79/year for updates after that.``` so when i buy the 159 dollar license for a year, does that mean i have to refresh it each year? or do i have "infinite" usage of the version until t…
31 Jan 2023 10:12 UTC
-
cant resolve project Dependency
Thanks.
28 Jan 2023 23:17 UTC
-
cant resolve project Dependency
so i was able to resolve the issue the problem is: ncrunch cant use a project as source generator AND normal project so you will have to extract all "normal" code of your source generator project and generate that code on the main project this way you dont need to include it anymore as norma…
24 Jan 2023 20:33 UTC
-
cant resolve project Dependency
im using 4.15.0.4 and VS22 latest version
24 Jan 2023 17:56 UTC
-
cant resolve project Dependency
i have 2 projects, The Main Project : BFN_DamageCalculator Second: BfnXmlLibrary ( which is both a cs library AND source generator which uses Roslyns source generator afaik ) [code=csharp] PS C:\Users\ixlle\Documents\BFN_DamageCalculator> dotnet build MSBuild version 17.4.1+9a89d02ff for .N…
24 Jan 2023 16:47 UTC