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

48620 Коммитов

Автор SHA1 Сообщение Дата
Pranav K aaf1fc6ca9
Enable codestyle analyzers in VS (#39350)
While the linked issue remains unresolved, the GA build of VS 2022 no longer produces errors when using analyzers from the 6.0 (or newer) SDK.
2022-01-06 11:10:37 -08:00
Pranav K 99f3f3291b
Enable IDE0051: Remove unused private members
Contributes to #24055
2022-01-06 17:57:38 +00:00
georgehotdev 68b42fd3f6
Fix typo in xml comments (#39347)
* Fix typo in xml comments
2022-01-06 17:30:34 +00:00
Samuel Tambunan 923d5101f7
Format comments in ProblemDetails (#39340) 2022-01-06 09:08:46 -08:00
dotnet-maestro[bot] ba177a2599
Update dependencies from https://github.com/dotnet/runtime build 20220105.11 (#39346)
[main] Update dependencies from dotnet/runtime
2022-01-06 14:57:37 +00:00
dotnet-maestro[bot] de8ee82692
Update dependencies from https://github.com/dotnet/efcore build 20220105.1 (#39331)
[main] Update dependencies from dotnet/efcore
2022-01-06 00:35:27 +00:00
Hao Kung b45fc40dfa
Port of Bootstrap v4 SxS support to 7.0 (#38865) 2022-01-05 21:25:41 +00:00
Michael Simons 9b049bda14
Remove source-build workaround for sourcelink submodule issue (#39324) 2022-01-05 15:14:31 -06:00
Pranav K 6aa132d64a
Enforce braces for code-blocks
Contributes to https://github.com/dotnet/aspnetcore/issues/24055 (#39320)
2022-01-05 20:25:17 +00:00
Tanay Parikh e10e6bebf5
Blazor RemoteJSRuntime Use SignalR Hub Options before Global Options (#38947)
* Blazor RemoteJSRuntime Use SignalR Hub Options before Global Options

* Tests

* Update RemoteJSRuntimeTest.cs

* Use component hub options

* Spacing

* Fix formatting
2022-01-05 10:22:22 -08:00
campersau 88ee825bca
Use TimeSpan.FromMilliseconds for clientTimeoutInterval in ClientTimeout log (#39318) 2022-01-05 09:55:23 -08:00
dotnet-maestro[bot] 8908c9c037
Update dependencies from https://github.com/dotnet/runtime build 20220104.12 (#39319)
[main] Update dependencies from dotnet/runtime
2022-01-05 14:59:57 +00:00
dotnet-maestro[bot] 4e5cdf955b
Update dependencies from https://github.com/dotnet/efcore build 20220104.3 (#39307)
[main] Update dependencies from dotnet/efcore
2022-01-05 01:15:35 +00:00
Brennan b448d1bd6a
Only ignore OCE from RequestAborted (#39306) 2022-01-04 15:06:27 -08:00
Chris Ross dae7ed1acd
Reimplement the concurrency limiter middleware to use the new abstractions & implementations #38306 (#39040) 2022-01-04 19:55:29 +00:00
Safia Abdalla c76e108e4f
Support DefaultStatusCode annotation on methods (#39255)
* Support DefaultStatusCode annotation on methods

* Address feedback from peer review
2022-01-04 18:47:12 +00:00
William Godbe 1e26857631
Don't exclude System.IO.Pipelines from TargetingPack version check (#39287) 2022-01-04 09:27:12 -08:00
dotnet-maestro[bot] 4881b1d5e6
[main] Update dependencies from dotnet/efcore dotnet/runtime (#39299)
[main] Update dependencies from dotnet/efcore dotnet/runtime
2022-01-04 14:53:53 +00:00
dotnet-maestro[bot] 4fe7169dbb
Update dependencies from https://github.com/dotnet/efcore build 20220103.2 (#39296)
[main] Update dependencies from dotnet/efcore
2022-01-04 04:47:42 +00:00
dotnet-maestro[bot] 090895e3aa
[main] Update dependencies from dotnet/runtime dotnet/efcore (#39198)
[main] Update dependencies from dotnet/runtime dotnet/efcore
2022-01-04 01:42:17 +00:00
Safia Abdalla b2c2cb08a9
Use NullabilityInfoContext in DataAnnotationsMetadataProvider (#39219)
* Use NullabilityInfoContext in DataAnnotationsMetadataProvider
* Remove HasNullableAttribute method
2022-01-04 00:48:11 +00:00
dependabot[bot] 95d5aabee8
[main] (deps): Bump src/submodules/googletest (#39273)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `d81ae2f` to `6b74da4`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](d81ae2f0bf...6b74da4757)

---
updated-dependencies:
- dependency-name: src/submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-03 15:50:57 -08:00
Pranav K be5419f8bc
Update to SDK v7.0.100-alpha.1.22053.1 (#39285) 2022-01-03 23:19:41 +00:00
Andrew White f346a2793d
Identity stores tests fixes (#39088) 2022-01-03 13:39:47 -08:00
Pranav K 667f0685b5
Enforce warnings for unused usings (#39280)
* Enforce warnings for unused usings

Contributes to https://github.com/dotnet/aspnetcore/issues/24055
2022-01-03 21:26:26 +00:00
gbtb c41741805e
NewtonsoftJsonInputFormatter checks for ErrorContext.Handled flag (#37323) (#39275)
Added check for eventArgs.ErrorContext.Handled flag before reporting error.

Fixes #37323
2022-01-03 20:14:06 +00:00
Tanay Parikh 231cc287ef
Add MIT License Headers to `Components/Web.JS/**/*.ts` Files (#39164)
* Add license header to eslint config

* Add headers to TS files
2022-01-03 11:10:30 -08:00
Tanay Parikh 6969db9c0d
Migrate JSInterop to ESLint (#39162)
* Migrate JSInterop to ESLint

* Update .js

* Remove tslint.json

* Fix spacing

* PR Feedback

* Update .devcontainer/devcontainer.json
2022-01-03 18:02:06 +00:00
William Godbe 3c40d53849
Remove OPT_NO_FTS/LTS (#39141) 2022-01-03 09:40:00 -08:00
dvelescu 1174569319
Fix typo xml comments (#39276) 2022-01-03 15:50:19 +00:00
dotnet-maestro[bot] 0aa76cc934
[main] Update dependencies from dotnet/arcade (#39199)
[main] Update dependencies from dotnet/arcade
2022-01-03 15:09:12 +00:00
cciobanu98 2540e946c0
Fix typo for xml comments in GetMultipartBoundary method (#39266)
Co-authored-by: Ciobanu Cristian <cristian.ciobanu1998@outlook.com>
2022-01-02 07:19:37 -08:00
Shreyas Jejurkar c85baf8db0
chore : Remove unwanted `using` statement (#39176) 2022-01-02 06:39:22 -08:00
campersau 2a2f285430
Fix LogError argument order in WebAssemblyErrorBoundaryLogger (#39223) 2021-12-30 21:26:30 +00:00
Pranav K de86e242aa
Fixup formatting (#39246) 2021-12-30 18:36:48 +00:00
Doug Bunting e2707e1ed2
Work around dotnet/msbuild#3274 (#39146)
* Work around dotnet/msbuild#3274
- #38547
- handle a ApiDescription.Client code generator that uses `%(OutputPath)` as a directory
  - see also <https://stackoverflow.com/questions/48868060/can-a-task-itemgroup-glob-files>
- add tests for Microsoft.Extensions.ApiDescription.Client.targets
  - make `TemporaryCSharpProject` slightly extensible
  - allow project additions to `TemporaryDirectory` after `Create()`

nits:
- add comment about batching w/ a code generator that uses `%(OutputPath)` as a directory
- fix `%(SourceDocument)` metadata
  - primarily for back-tracing in detailed / binary logs
- remove useless `%(OutputPathExtension)` metadata; use `%(Extension)`
- remove useless `ConsoleClient` test asset project

* Handle symbolic links in `TemporaryDirectory`
- e.g. on macOS /var/folders resolves to /private/var/folders

* !fixup!
2021-12-29 16:05:51 -08:00
github-actions[bot] cf03093f24
Sync shared code from runtime (#39213)
Co-authored-by: Tratcher <Tratcher@users.noreply.github.com>
2021-12-28 09:55:13 -08:00
Pranav K ab80f42b17
Update SDK to 7.0.100-alpha.1.21626.1 (#39207) 2021-12-27 22:20:03 +00:00
Pranav K a8e0beda30
Include the exception when logging in WebAssemblyErrorBoundaryLogger (#39202)
Fixes https://github.com/dotnet/aspnetcore/issues/39039
2021-12-27 20:36:50 +00:00
dependabot[bot] 462e46e4f2
[main] (deps): Bump src/submodules/googletest (#39196)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `97a4675` to `d81ae2f`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](97a467571a...d81ae2f0bf)

---
updated-dependencies:
- dependency-name: src/submodules/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-27 12:14:53 -08:00
dotnet-maestro[bot] 4daeb0aaaa
Update dependencies from https://github.com/dotnet/runtime build 20211224.1 (#39184)
[main] Update dependencies from dotnet/runtime
2021-12-25 14:57:59 +00:00
dotnet-maestro[bot] 0be9693be4
Update dependencies from https://github.com/dotnet/runtime build 20211223.6 (#39179)
[main] Update dependencies from dotnet/runtime
2021-12-24 14:48:51 +00:00
dotnet-maestro[bot] 94ffe03561
Update dependencies from https://github.com/dotnet/runtime build 20211223.1 (#39168)
[main] Update dependencies from dotnet/runtime
2021-12-23 14:59:20 +00:00
Pranav K c65dac77cf
Fixup whitespace issues from top-level statement change (#39161)
* Fixup whitespace issues from top-level statement change

The top-level statement codefix resulted in the formatting within
nested lambdas to be incorrect in a number of places. As a part of this change,
I enabled the styling diagnostic and re-ran the tool to correct these issues.
2021-12-23 06:35:24 +00:00
Daniel Hottmeyer db03aaa88e
Ignore identical types when loading routable components (#39129)
* Ignore identical types when loading routable components

Instead of iterating over the list of types all the time, do a simple check if the additional assembly is the same as the app assembly and skip it.

Fixes #38882
2021-12-22 16:21:14 -08:00
Bekir Ozturk 7203d56273
Enable template localization (#38867) 2021-12-22 09:52:38 -08:00
dotnet-maestro[bot] 4ec32455cd
Update dependencies from https://github.com/dotnet/runtime build 20211221.3 (#39154)
[main] Update dependencies from dotnet/runtime
2021-12-22 14:53:56 +00:00
Safia Abdalla 73c1a8d8aa
Add support for GitHub Codespaces prebuilds (#38793)
* Add support for GitHub Codespaces prebuilds

* Add documenting comment

* Update token name
2021-12-21 10:17:37 -08:00
Sébastien Ros 604535b58a
Fix new lines for SourceBuild (#39130) 2021-12-21 09:16:13 -08:00
dotnet-maestro[bot] 0d91a50aba
Update dependencies from https://github.com/dotnet/runtime build 20211220.7 (#39136)
[main] Update dependencies from dotnet/runtime
2021-12-21 14:49:07 +00:00