1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Commit graph

22 commits

Author SHA1 Message Date
Tanner Gooding
0afabfb446
Set csharp_indent_case_contents_when_block to false (#103091) 2024-06-13 14:14:47 -07:00
Stephen Toub
25f3883f6d
Avoid IDE030X suggestions for collection expressions that would catch semantics/perf (#100250) 2024-03-25 18:14:55 -04:00
Jeremy Koritzinsky
7de4e1b1d9
Add newly introduced modifiers to our csharp_preferred_modifier_order editorconfig (#86668) 2023-06-09 10:23:37 -07:00
Marek Safar
8918adf2e5
Enable IDE0060 (Remove unused parameter) analyzer (#72667) 2022-11-08 14:05:34 +01:00
Jeremy Koritzinsky
c99b5b067c
Update design and expose new attributes for the CustomTypeMarshaller support (#71682) 2022-07-06 09:35:51 -07:00
Jeremy Koritzinsky
ffa0fff0f3
Custom marshallers v2 usage (#71238)
* Enable using the new generator attributes before the new API shapes are approved

* Disable the diagnostic that verifies that a marshaller type has the v1 attribute.

* Convert some custom type marshallers to the v2 design.

Convert as many of the marshallers as possible to their correct representation with the currently implemented feature set.

This PR does not convert marshallers that can be represented with the new design but need more features to be accurately represented.
2022-06-24 18:46:42 -07:00
Theodore Tsirpanis
0f2268d5c5
Remove an unused .editorconfig entry. (#62905) 2021-12-16 21:12:14 -07:00
Michal Strehovský
5f9a532bc4
Add NativeAOT to build (#62569) 2021-12-14 14:23:32 +09:00
Newell Clark
4590efe666
Prefer readonlyspan properties over readonly array fields (#59670)
* Fix violations in System.IO.Compression

* Fix System.Private.DataContractSerialization

* Fix System.Net.HttpListener

* Fix System.Text.Encoding.CodePages

* Revert changes to .editorconfig

* Apply suggestions from code review

Co-authored-by: Günther Foidl <gue@korporal.at>

Co-authored-by: Günther Foidl <gue@korporal.at>
2021-09-29 09:42:02 -04:00
Stephen Toub
03601a7a81
Switch to using globalconfig instead of ruleset for analyzer configuration (#57144) 2021-08-10 16:15:57 -04:00
Stephen Toub
184a5b103c
Enable CA1052 (static holder types should be static) (#50047)
* Enable CA1052 (static holder types should be static)

* Fix a few additional warnings in 'all configurations'
2021-03-23 10:04:52 -04:00
Youssef Victor
5497f6de89
Remove extra space (#47166) 2021-01-19 15:55:21 -05:00
Marek Safar
dd51b39573
Make more suitable SPC instance methods static (#43280)
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2020-10-17 08:23:23 +02:00
Stephen Toub
3b6600cbef
Add IDE warnings to code analysis ruleset (#42566)
- Add all IDEXXXX warnings to ruleset, but as hidden for now
- Enable IDE0073: file header mismatch
2020-09-23 22:26:31 -04:00
Juan Hoyos
0cee949b90
CI Integration for Cross OS DAC (#39574)
* Transfer assets from Cross OS DAC builds into a pipeline container
* Preserve additional properties in subsets' projects
* Add packaging projects for Cross OS Dac assets
* Pipeline change to package, sign, and publish the cross OS DAC
2020-07-22 03:15:11 -07:00
Stephen Toub
cb1a7feaa4
Fix remaining license headers (#38953)
* Fix license in remainder of .cs files

* Fix license header in .vb files

* Fix license header in .py files

* Fix license headers in .c, .cpp, .h

* Fix licensing on .dat files

* Fix license header in generators

* Fix license headers in .asm

* Fix license headers in .xml

* Fix remainder of license headers

* Add license default to .editorconfig

* Add some missing headers

* Fix Doundation to Foundation in some license headers

* Add missing license headers under libraries
2020-07-08 20:35:26 -04:00
buyaa-n
06fa9410a8
Turn on argument exception analyzer on runtime, fix warnings found (#38578)
* Turn on argument exception analyzer on runtime, fix failures found
2020-07-01 18:36:56 -07:00
xtqqczze
e45d130e9e
.editorconfig: replace invalid refactoring severity (#37367)
Valid severity levels are: `error`, `warning`, `suggestion`, `silent`, `none`

https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-language-conventions?view=vs-2019#severity-levels
2020-06-15 14:44:48 +02:00
buyaa-n
ee0aadc3da
Fix argument exception warnings on runtime (#35717)
* Fix argument exception warnings on runtime

* Apply feedback

* Addressing feedback and test fix

* Fix test failures

* Fix tests for NetFx run

* Fix suppressed warning for socket.SendAsyn(e) and fix corresponding tests

* Applied feedback
2020-05-15 16:55:30 -04:00
Eric Erhardt
0764d8c117
Set charset in editorconfig for .csproj (#35634)
* Add editorconfig charset for csproj files.

This stops VS from inserting a BOM in these files.

* Removing BOM from .csproj files.
2020-04-30 09:54:26 -05:00
Youssef Victor
b33ee57abc Add vbproj to .editorconfig (#1354) 2020-01-07 08:39:01 -08:00
dotnet-bot
381372f6f1 Initial runtime repository structure 2019-11-14 01:26:19 +01:00