Skip to content
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

Fix .Net 3 Requirement #28

Closed
abombss opened this issue Oct 1, 2012 · 1 comment
Closed

Fix .Net 3 Requirement #28

abombss opened this issue Oct 1, 2012 · 1 comment

Comments

@abombss
Copy link

abombss commented Oct 1, 2012

Windows 8 and PS 3 don't have .net 3 installed by default.

Change the PesterFailure.ps1 file not use a specific .net version. I assume specifying just -language CSharp runs on whatever framework is currently the powershell host.

So changing

Add-Type -language CSharpVersion3 @'

to

Add-Type -language CSharp @'

worked fine for me on Windows 8 without .net 3 installed, not sure if this breaks other platforms or not.

@scottmuc
Copy link
Contributor

scottmuc commented Oct 2, 2012

Thanks for reporting this. Will be doing some housekeeping stuff today and will roll this in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants