Commit Graph

20 Commits

Author SHA1 Message Date
Mikel Blanchard bb0c381478
[docs] ASP.NET Core tracing get started doc (#4076)
* Added ASP.NET Core tracing get started doc.

* Link to reference.

* Lint.

* Fixes.

* Use cdn to retrieve npm dependencies.

* Tweaks.

* Tweaks.

* Code review.

* Added prerelease note.

* Tweak.

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-01-17 13:46:13 -08:00
Mikel Blanchard e5cdd74cae
[SDK] Nullable annotations for LogRecord (#3301)
* Nullable annotations for LogRecord.

* Tweak.
2022-05-24 13:56:17 -07:00
Travis Illig 7ed97be908
Fix analyzers (#3053) 2022-04-01 07:46:32 -07:00
Travis Illig f6b627134b
Fix IDE0017: Use object initializers (#3022) 2022-03-11 07:43:21 -08:00
Travis Illig d55de344f1
Fix IDE0090: 'using' statement can be simplified. (#3017) 2022-03-10 21:32:41 -08:00
Travis Illig 58f13ba7e2
Fix IDE0071: Interpolation can be simplified. (#3015) 2022-03-10 14:12:58 -08:00
Travis Illig 2a97920ff0
Fix IDE0090: 'new' expression can be simplified. (#3012)
* Set rule for new() usage.

* Fix IDE0090 "'new' expression can be simplified"
2022-03-10 08:57:53 -08:00
Travis Illig 899be1f695
Organized .edtiorconfig based on dotnet/runtime. (#3002) 2022-03-09 21:17:32 -08:00
Reiley Yang f7c718eae0
Fix indentation (#2680) 2021-11-24 10:56:55 -08:00
Reiley Yang 116a101732
Sanity improvements (#2614) 2021-11-16 12:26:06 -08:00
Michael Maxwell c60dc3697c
Delete unused `using` statements (#2411) 2021-09-27 10:07:46 -07:00
Jan Trejbal 8c0d818bb3
Drop Microsoft.AspNetCore.Http.Abstractions for netcoreapp3.1 and higher (#1917) 2021-06-22 16:28:30 -07:00
Alan West e24dccbe9f
Do not maintain DOS/Windows style line endings in md files (#1664)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-05 15:11:41 -08:00
Eddy Nakamura c7429d25c9
Normalizing format (#1289)
updating gitattributes

updating

updating

updating

Revert "Normalizing format"

This reverts commit b571e430a73f65605481ef0a622a372bc8a787ae.

Updating everything to utf-8

applying lf

Revert "applying lf"

This reverts commit a54947f24ba69eecc931525f2a69647040fdc28d.

updating config

Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-09-19 09:45:29 -07:00
Eddy Nakamura 499933ea81
Enable FxCop - part 03 (#1016)
removing tag

code review - 1

undoing to Count == 0

updating files

adding IEquatable

Adding tests

updating version and adding tests

updating net test version

rollback version update

adding more tests

removing extra line

updating files

Adding more tests

reverting change based on benchmark

updating gethashcode

updating files

sampling results tests

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-13 09:39:16 -07:00
Eddy Nakamura 68d3c791e7
Updating samples folder path (#857)
* Updating samples folder path

* Updating from Web to AspNetCore

* updating paths and namespaces

* merging docfx, markdownlint and spellcheck to docs.yml
merging integration-redis and integration-sql to integration.yml

* updating files to work on vscode

* creating extensions.json to simplify usage

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-21 10:18:51 -07:00
Chih Hong, Chen 8faec3a41a Remove spaces (#372)
* Remove spaces

* Apply solution wide to trim trailing whitespace

Apply to *.{cs,csx,vb,vbx}
2019-12-06 10:48:35 -08:00
Mike Goldsmith 5c36d2cf1c Maintain crlf line endings in md files in editorconfig (#349)
* maintain crlf line endings in md files in editorconfig
2019-11-21 09:51:08 -08:00
Liudmila Molkova 3838e81aca minor style fixes (#274)
* usings outside in Abstractions

* Move usings outside of namespace and apply style

* more style fixes

* merge with master

* build fix
2019-10-14 11:57:21 -07:00
Christoph Neumüller c51479f2c6 add editorconfig with the defaults that Visual Studio 2019 created for .NET (#50) 2019-05-31 08:39:42 -07:00