Jonathon Marolf
Jonathon Marolf
> do you know who would be a good contact for me to run that down? As Kendra says @baronfel that would be me or Mika. The editorconfig that we...
C# 8 is not supported on .NET Framework. There will be no new versions of the C# language targeting .NET Framework. @KathleenDollard is absolutely correct on this point
And there are approximately [555](https://github.com/dotnet/roslyn/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3AArea-IDE+label%3ABug+C%23) C# bugs about the IDE experience as opposed to [34](https://github.com/dotnet/roslyn/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3AArea-IDE+label%3ABug+%22Visual+Basic%22+) for VB. Its unclear what faster means in this context. We are not going to...
Space should not be considered a commit character unless you have used the arrow keys to select something. Please let me know is this is not what you are seeing....
So far these results make sense to me: ``` Microsoft.Build.Framework.csproj net472 → Build Target CoreCompile Task Csc Error C:\Users\namytelk\Documents\GitHub\msbuild\src\Framework\Sdk\SdkResultFactory.cs(24,35): error RS0026: Symbol 'IndicateSuccess' violates the backcompat requirement: 'Do not add...
@BenVillalobos @Forgind what are the repo steps? I cloen MSBuild, do a build with the repo targeting .net 6 and then do another targeting .net7?
hmm, looking at the binlog it doesn't appear that the path to the PublicAPI.Shipped.txt/PublicAPI.Unshipped.txt files is correct in your build: ``` AdditionalFiles D:\a\1\s\src\BannedSymbols.txt Link = BannedSymbols.txt PublicAPI/netstandard/PublicAPI.Shipped.txt PublicAPI/netstandard/PublicAPI.Unshipped.txt ``` I...
nevermind the existing targets are correct
> Correct, talking about this area. is a great concept, but broken in the older world. It took us a full day to get a build setup and working on...
@NickCraver regarding the other issues: 1. MSBuild tools does not include the targets to build web projects 2. Unable to locate MSBuild on build server. The first issue sounds like...