Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Ryan Brandenburg 9acd76a548
Fix Nullable issues and Log Document Sync errors (#5777)
Nullable and logging
2021-11-30 16:07:51 -08:00
N. Taylor Mullen 08353b0c92 Move to MIT license.
- Updated .editorconfig so new files have appropriate MIT license attached.
- Updated MSBuild license expression MSBuild info
- Updated License
- Did a find and replace on all other source files for `Apache License, Version 2.0` -> `MIT license`

Fixes dotnet/aspnetcore#34960
2021-08-04 20:08:09 -07:00
David Wengier fc998427e2 Dial back the crazy
Sir, this is a Wendys
2021-07-10 11:56:17 +10:00
David Wengier b3141aa352 Copy across .editorconfig from Roslyn, with errors turned up to 11 2021-07-10 11:55:52 +10:00
Allison Chou 39cfbf8d01
Update .editorconfig naming (#3927) 2021-07-07 16:35:41 -07:00
Tanay Parikh f73e841f7d
Utilize C# Code Action Identifiers (#3335)
* Utilize C# Code Action Identifiers

* WIP

* Fix build issues

* Update Versions.props

* Fixes

* Add new code actions!

* Build fixes

* Update RazorCodeAction.cs

* VSCode Support Part 1

* PR Feedback I

* Update Tests

* Update DefaultCSharpCodeActionProviderTest.cs

* Update DefaultCSharpCodeActionProvider.cs

* Update TypeAccessibilityCodeActionProviderTest.cs

Removing these three tests. The start/end tests no longer make sense as we aren't enforcing diagnostics as we did previously.

Handle_ValidDiagnostic_InvalidCodeAction_ReturnsEmpty also doesn't make sense any longer as we aren't enforcing the code action suffix must match the diagnostic.

* Use reflection to validate code action tag

* PR Feedback

* PR Feedback

* Update .editorconfig

* Fix build

* Refactor Fully Qualify Code Action to Remove Diagnostics Dependency (#3361)

* Refactor Fully Qualify Code Action to Remove Diagnostics Dependency

* Feedback

* Update Versions.props

* Update eng/Versions.props

* Update TestLanguageServiceBroker.cs

* PR Feedback

* Disable Fully Qualify in Explicit Expressions

* Tests

* Version Upgrades (#3371)

* Update Versions.props

* Update Versions.props

* Pin MicrosoftVisualStudioRpcContractsPackageVersion

* Try older client impl version

* Add back deprecated functions

* Upgrade LSP
2021-04-01 19:29:05 -07:00
Tanay Parikh edfac921bf
Ignore `Test methods should not be skipped` Diagnostic (#3356)
We use this to quarantine flaky tests.
2021-03-31 07:02:36 +00:00
Sam Harwell f444425e5a Configure severity in globalconfig instead of editorconfig 2021-02-05 10:47:02 -08:00
Tanay Parikh c252df9aa9
Enforce EOF New Line in .ts (#3058)
* Enforce EOF New Line in .ts

* Add to .editorconfig
2021-02-03 00:11:52 +00:00
Sam Harwell b6941baebf Set C# encoding to utf-8-bom 2021-02-01 09:20:13 -08:00
Ryan Brandenburg 6bc5b90cad
Disable If expression suggestion (#2978) 2021-01-21 09:21:16 -08:00
Ryan Brandenburg 2fc6b1db9d
Set a UIContext to denote Razor language server is ready (#2640)
Set a UIContext to denote Razor language server is ready
2020-10-15 16:41:32 -07:00
Tanay Parikh 7ce6f01eb6
Cleanup (Copyright Headers & Usings) (#2326)
* Copyright Headers & Warnings

* Remove unecessary usings
2020-08-05 23:44:08 +00:00
Ryan Brandenburg 73f8402092
NetCore Analyzers (#2206)
NetCore Analyzers
2020-08-04 14:20:34 -07:00
Nate McMaster 986c224acf
Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
Ryan Nowak 409618521f Merged PR 304: Enable local builds with dotnet/Arcade
[WIP] Enable local builds with dotnet/Arcade
2018-12-02 00:25:55 +00:00