I’ve got this error in the past and I’m not sure how I fixed it:
The type name ‘New<>’ does not exist in the type ‘GenFu’
Note: A.New<>
also fails with the GenFu namespace reference..
In my .Net 8 Test Project I reference GenFu 1.6.0 through a referenced project and I get this error.
I then reference GenFu 1.6.0 in the project I’m wanting to run to test and same result that New<> doesn't exist
, yet as you can see Configure is recognized. There are no other generics in my solution with the word New
, what could the fix be?