Joey Robichaud

Results 240 comments of Joey Robichaud

It may be possible to get the .targets and .props files that contribute to the compilation and place file watchers on them. As a workaround you can invoke "OmniSharp: Restart...

Investigated this issue. FormatOnType works by identifying the "parent" syntax node of the punctuation being typed. It then passes the FullSpan of this node to the Roslyn formatter to fix...

Without a global.json pinning the SDK to 5.x the 6 RC2 SDK would be used during build operations. The minimal supported version of MSBuild for RC2 is 16.10. We should...

@savpek I like the sound of this PR and will make time to review it this week. > Will figure out folder removals at another PR, its tricky case because...

@roumcha You really are on the cutting edge if you have a .NET 8 SDK installed. =) ``` .NET SDKs installed: 8.0.100 [C:\Program Files\dotnet\sdk] ``` @filipw Should we update the...

> @JoeRobich did you have any opinions on the design question around how many things to return? @333fred other implementations provide the values for each occurrence which seems like a...

Previously Microsoft.CodeAnalysis.Elfie was a dependency of Roslyn's EditorFeatures layer which isn't used by OmniSharp. The dependency was moved down to the Feature's layer in this PR https://github.com/dotnet/roslyn/pull/59316/files#diff-2d5e420f3532c937a77b4e0071a9bb20830c6283b1925b141b8bc653fc49345eR139 Looking at the...

I submitted the file that was downloaded to my machine to VirusTotal to get an idea of what different AV vendors were flagging it as (see https://www.virustotal.com/gui/file/6a7e01b7a292d4f6ce2576690a5c77b709e1627934135b4478a959127fe19709/detection). It says that...

Can confirm on Windows I am see the same 4BE2B hash. Now to work out why it is different.

Ok. For the net6.0 build of O# we publish with ReadyToRun meaning that the libraries are ahead of time compiled. This explains the differing hashes between platforms. The .NET Framework...