- 9月 16, 2017
-
-
由 Heejae Chang 创作于
made timeout to 7 days so that sleep won't affect it. for master, we …
-
由 Heejae Chang 创作于
-
由 Heejae Chang 创作于
-
由 Heejae Chang 创作于
made timeout to 7 days so that sleep won't affect it. for master, we should create sleep aware timer to check timeout. for now just 7 days. also made crash to NFW and info bar.
-
- 8月 31, 2017
-
-
由 Heejae Chang 创作于
Added retry on OOP start up
-
- 8月 30, 2017
-
-
由 Heejae Chang 创作于
-
- 8月 19, 2017
-
-
由 Andy Gocke 创作于
Use default tuple fields in conversion since fields from inferred names are marked not usable in C#7
-
- 8月 18, 2017
-
-
由 Brett V. Forsgren 创作于
removed ImmutableArray from json.net usage. and moved to IList
-
由 CyrusNajmabadi 创作于
Be resilient to the document being shorter than when it started when we get a completoin item description.
-
- 8月 17, 2017
-
-
由 Brett V. Forsgren 创作于
Don't crash in QuickInfo if the search for linked tokens goes out of bounds
-
由 David Poeschl 创作于
Works around 3/4 of the dumps investigated for https://devdiv.visualstudio.com/DevDiv/_workitems?id=209299
-
由 CyrusNajmabadi 创作于
Be resilient to the document being shorter than when it started when we get a completoin item description.
-
由 Charles Stoner 创作于
-
由 Charles Stoner 创作于
are marked not usable in C#7
-
由 Heejae Chang 创作于
-
由 Charles Stoner 创作于
Use default tuple fields in deconstruction since fields from inferred names are marked not usable in C#7
-
- 8月 16, 2017
-
-
由 Heejae Chang 创作于
-
- 7月 28, 2017
-
-
由 Jared Parsons 创作于
Fix a couple of infrastructure issues
-
由 Sam Harwell 创作于
replaced crash to NFW. it will now show info bar and throw cancellati…
-
由 Heejae Chang 创作于
-
由 Heejae Chang 创作于
-
由 Jared Parsons 创作于
By default Invoke-WebRequest will fail if IE hasn't gone through first configuration setup on the machine. Parts of our infrastructure don't run IE and as a result our uses of Invoke-WebRequest were failing. Fixed by passing the UseBasicParsing switch.
-
由 Jared Parsons 创作于
Recent builds of the SDK introduced a bug around referencing netstandard 1.6 projects. This trigged on several Roslyn projects and cause build breaks with newer builds of VS. Suppressing the check for now. Will undo when we move to 2.0 SDK https://github.com/dotnet/roslyn/issues/21183
-
由 Kevin Pilch 创作于
Change Generated-Code analysis to be a language service, not a workspace service
-
由 CyrusNajmabadi 创作于
-
- 7月 27, 2017
-
-
由 Heejae Chang 创作于
-
- 7月 26, 2017
-
-
由 CyrusNajmabadi 创作于
Fix crash in nuget code when nuget.config file is broken.
-
由 Heejae Chang 创作于
report more data on crash due to dispose
-
- 7月 25, 2017
-
-
由 CyrusNajmabadi 创作于
-
- 7月 22, 2017
-
-
由 Kevin Pilch 创作于
Fix crash with fsharp project references
-
由 Heejae Chang 创作于
this is port of https://github.com/dotnet/roslyn/pull/20968 to dev15.3.x
-
- 7月 21, 2017
-
-
由 Jason Malinowski 创作于
If you had a F# project opened with the new project system, it'd supply an output directory which other projects (like C#) could reference. If you had a C# project that referenced the F# project, any attempt to get the C# compilation would crash because we can't actually produce F# compilations. The fix is simple: don't convert from metadata references.
-
由 Jason Malinowski 创作于
If we're going to require it, let's at least crash with a useful exception instead of a null ref.
-
由 Jason Malinowski 创作于
Other components should be able to access this too, especially since the workspace itself isn't always there.
-
由 Shyam N 创作于
Bump the version to 2.3.2
-
由 Shyam N 创作于
-
- 7月 20, 2017
-
-
由 Kevin Pilch 创作于
Handle serializing unresolved analyzer references
-
- 7月 19, 2017
-
-
由 Sam Harwell 创作于
Add a workaround for P2P references with reference assemblies
-
由 Kevin Pilch 创作于
-
由 Kevin Pilch 创作于
-