You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
Sorry if this is obvious or answered somewhere else but I can't seem to find an answer to it.
The code I'd like to analyze with NRefactory is written using .NET framework 3.5. So I'm getting errors when using NRefactory because it thinks that certain classes exist really don't (eg. classes that were only added with .NET 4.0). Is there a way to get NRefactory to use 3.5 instead of 4 when analyzing code?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry if this is obvious or answered somewhere else but I can't seem to find an answer to it.
The code I'd like to analyze with NRefactory is written using .NET framework 3.5. So I'm getting errors when using NRefactory because it thinks that certain classes exist really don't (eg. classes that were only added with .NET 4.0). Is there a way to get NRefactory to use 3.5 instead of 4 when analyzing code?
The text was updated successfully, but these errors were encountered: