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

30 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell 27eab8f4bb Enable Roslyn diagnostics for MEF 2024-01-23 15:10:59 -08:00
Allison Chou b44d0a906d
Remove yarn + npm + Python from Razor (#9471) 2023-10-25 23:16:16 +00:00
David Wengier bf4744c9da Remove unused usings 2023-07-24 15:22:14 +10:00
David Wengier 00c6f936f1 Create spelling exclusions file 2023-06-06 12:09:21 +10:00
Jared Parsons 35a2366d30 Respond to the arcade merge
This fixes up the repo to handle the incoming arcade merge.
2023-03-01 08:55:10 -08:00
Jan Jones e5ba64df5b
Fix UTF-8 BOM settings (#8248)
* Consolidate EditorConfig charset

* Emit baselines in UTF-8 BOM
2023-02-09 17:59:35 +01:00
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
David Wengier ca3468ee36 Clean up experimental formatting rules, and fix warnings 2022-11-24 10:44:12 +11:00
David Wengier 4b51e2d282 Bad unused parameters 2022-11-18 13:02:40 +11:00
Dustin Campbell 6e11691421 Update .editorconfig to prefer file-scoped namespaces 2022-11-11 09:54:42 -08:00
David Wengier 7e4152311a Add a few more things to create a baseline .editorconfig 2022-10-05 20:51:18 +11:00
Ryan Brandenburg 354eeda930
No variance in template string between calls to _logger.Log* (#6495)
* No variance in template string between calls to _logger.Log*
2022-06-13 13:23:47 -07:00
David Wengier 58fb49bf86 Add VSTHRD101 2022-01-19 11:04:12 +11:00
David Wengier 79c19dbfd0 Pump up the volume 2022-01-14 09:50:23 +11:00
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