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

17 Коммитов

Автор SHA1 Сообщение Дата
Amaury Levé 118cd81763
chore: align analyzers across repos (#2776) 2024-04-30 15:23:14 +02:00
Amaury Levé 3c8703ae5e
Use modern styles and rules (#1852) 2023-11-29 07:42:33 +01:00
Amaury Levé 2e6c69a923
Set analysis level to latest-recommended (#1816) 2023-11-23 11:21:32 +01:00
Amaury Levé 595638085c
Bump StyleCop analyzers version (#1761) 2023-10-30 18:00:38 +00:00
Viktor Hofer a9371d47d4
Code clean-up (#1757) 2023-10-30 13:59:45 +01:00
Amaury Levé e850c28e67
Use embedded symbols (#1601 2023-02-22 15:20:58 +01:00
Amaury Levé a71762c59c
Full onboarding to arcade (#1528) 2023-01-03 21:13:17 +01:00
Amaury Levé d3662ab9f7
Bring back stylecop analyzers (#1314) 2022-10-10 13:37:49 +02:00
Amaury Levé a59b99331f
Rename projects to better match assembly (#1291) 2022-09-29 14:39:13 +02:00
Amaury Levé aba70698c8
Define and apply field naming conventions (#1198)
* Do not use 'this.' prefix

* Define and apply fields naming conventions
2022-08-30 10:02:45 +02:00
Amaury Levé f84ea2b842
Convert to file-scoped namespaces (#1197) 2022-08-30 09:31:32 +02:00
Amaury Levé 57cb775f14
Apply modern C# features/syntaxes (#1183)
* Simplify default

* Use tuple for permutation

* Use pattern matching for "is not"

* Use compound assignment

* lang version

* Use pattern matching

* Use simplified new()

* Simplify usings

* Use nameof instead of string literal

* Use compound assignment

* Use switch pattern

* Use local functions
2022-08-25 14:58:04 +02:00
Amaury Levé 3690be6c8e
Move test projects to SDK style (#1179) 2022-08-25 14:18:42 +03:00
Medeni Baykal 4a8aee2aa6
Updated our min support to net462 and netcoreapp3.1, removed portable projects. (#1163)
* Convert portable projects to SDK-style project.
* Modify our support matrix from portable-net45+win8+wpa81+wp8 to netcoreapp3.1, netstandard1.4, netstandard2.0, and net5.0

Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
2022-08-04 19:59:09 +00:00
Medeni Baykal b5c0790cea
Arcade files added (#832)
* Added Arcade files.
2021-05-24 12:09:42 +02:00
Medeni Baykal fe3ba4fc26
Refactored projects to use PackageReference. (#830) 2021-05-18 02:57:26 +02:00
Abhitej John 9192d8315b Plugging in Assertion extensibility (#117)
* Plugged in Assertion extensibility as defined by https://github.com/Microsoft/testfx-docs/blob/master/RFCs/002-Framework-Extensibility-Custom-Assertions.md.

* Added an E2E test as well.

* Fixing a doc typo.
2017-03-20 19:15:00 +05:30