-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find System.Coposition.TypedParts #9
Comments
V3 was released in error - I'd have removed it if I could. Basically, I thought my patches for Roslyn were applied, but they will not be available until Roslyn stable ships (which should be soonish). That said, it shouldn't lead to the error you're seeing. Anyway, once Roslyn v1 ships I'll release PCLMock v3.1 and will ping you here to retry with those binaries. |
Alright, I'll wait for Roslyn, thanks for the info |
Hi, v3.1 has been released and I've successfully integrated the code generation (T4 in my case, but I also tried via the console) in my own large project. Could you please try again and let me know how you get on? Thanks |
Hi, just tried v3.1 + T4 on a clean new project and still fails :(, VS2013 Premium, Windows 7, .NET 4.5 project. I will try on Windows 10 & VS2015 when I get home. |
thanks @bezysoftware I'd appreciate you trying that. I assume it's the same error you're getting? BTW, my setup is Win8.1 VS2015 RTM, .NET 4.5 |
I just tried multiple things (all on Windows 10 RTM) VS 2013 Windows 8.1 Project: Missing TypedParts (as in first post) |
@bezysoftware thanks for that. Weird - I'll have a look when I get some time (which might not be for a while). |
Seems there are some big changes with latest nuget for uwp... http://blog.nuget.org/20150729/Introducing-nuget-uwp.html |
Thanks for the link. NuGet 3 sounds like a WIP. Creating the content files manually (Mocks.tt Mocks.xml) is your only choice right now until they add support back in for content files. As for the other issue, I'll try to take a look at some point, but if it's a big issue I might have to postpone a resolution until NuGet 3 is bedded down more. |
Have the same error (Cannot find System.Coposition.TypedParts). |
I'll try to submit a PR at some point, but using the T4 generator on UWP fails (even after manually copying over 'Mocks.tt' and 'Mocks.xml' because NuGet 3 packages are stored globally in your user profile, instead of "packages" project in your solution. This worked for me:
|
I just tried to use the T4 generator, but when I try to run the custom tool, I get following error:
It's .net 4.5 project
The text was updated successfully, but these errors were encountered: