-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix TFM for function pointer expected output tests #69506
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
Conversation
5284b2b to
59d1dd9
Compare
| <OutputType>Library</OutputType> | ||
| <RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests</RootNamespace> | ||
| <TargetFrameworks>net7.0;net472</TargetFrameworks> | ||
| <TargetFrameworks>net8.0;net472</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like some other projects still reference TFM net7.0 as well. For example EndToEnd and IOperations unittests. Should they be updated too? I don't know if it's intentional. May be good to check with Jared.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable at this point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jcouv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks (iteration 1)
|
I don't understand how this is related to function pointers or why this would fix anything running locally for you. Can you clarify? |
I didn't figure out the exact reason, but simply having |
|
Thanks, that clarifies it for me. |
This is a follow-up on #68212.
The tests didn't work for me locally on Windows with TFM
net7.0.