-
Notifications
You must be signed in to change notification settings - Fork 785
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
Visual studio professional 2022 MSBuild gives less warnings then Visual studio build tools 2022 #13272
Comments
Build tools seem to be newer, we need to check when we introduced this warning by default as well as make sure it behaves as expected on the same version of VS and build tools. |
The information warning was added in F# 6.0, which was first delivered in VS2022.0 so both compilers should definitely produce the same output. Indeed I do see the same output from one that I built, on both build tools preview 1.1 and VS Enterprise 17.2.3. please note that this is the Build Tools install, you can tell because it still points to the 32 bit version of program files.
If you are still seeing this we can dig in further, please build with the /bl option for each vs install and attach the msbuild.binlog file, and we can investigate further. I hope this helps Kevin |
Thanks for reporting this closing this issue. |
Repro steps
Provide the steps required to reproduce the problem:
Expected behavior
I would expect the result to be equal, and the warning messages to be the same.
Actual behavior
With the build tools version of VS build tools 2022, more warnings are shown then with the VS pro 2022. For example FS3570 is shown using the Build tools, but not using visual studio in the following code:
Known workarounds
None
Related information
The text was updated successfully, but these errors were encountered: