Safia Abdalla
362cdcd993
Disambiguate type names by containing assembly in WellKnownTypes ( #50969 )
...
* Disambiguate type names by containing assembly in WellKnownTypes
* Address peer review
* Update comment
* More feedback
2023-11-16 03:23:11 +00:00
Chris Ross
fccf5acb49
Update CODEOWNERS ( #52108 )
2023-11-16 02:12:15 +00:00
ladeak
c7365a0118
Optimize HTTP method lookup in routing jumptable ( #51803 )
...
Co-authored-by: Laszlo Deak <ladeak87@windowslive.com>
Co-authored-by: James Newton-King <james@newtonking.com>
2023-11-16 07:16:53 +08:00
Artak
b80fac373f
Update CONTRIBUTING.md ( #51728 )
...
* Update CONTRIBUTING.md
Mention the Issue Summary Comment for contributors to look for when trying to find an issue to contribute to
* Update CONTRIBUTING.md
Co-authored-by: Dan Moseley <danmose@microsoft.com>
* Update CONTRIBUTING.md
Co-authored-by: Arvin Kahbazi <A.Kahbazi@gmail.com>
---------
Co-authored-by: Dan Moseley <danmose@microsoft.com>
Co-authored-by: Arvin Kahbazi <A.Kahbazi@gmail.com>
2023-11-15 13:17:50 -08:00
dotnet-maestro[bot]
5478946653
[main] Update dependencies from dotnet/efcore dotnet/runtime ( #52072 )
...
[main] Update dependencies from dotnet/efcore dotnet/runtime
2023-11-15 14:36:39 +00:00
William Godbe
77685932e9
Merged PR 34696: [8.0] Prevent delivery of events to disposed components (second attempt) ( #52057 )
...
Prevents delivery of events to disposed components.
Co-authored-by: Steve Sanderson <stevesa@microsoft.com>
2023-11-15 09:19:22 +00:00
dotnet-maestro[bot]
c28cf86672
Update dependencies from https://github.com/dotnet/source-build-externals build 20231106.2 ( #52012 )
...
[main] Update dependencies from dotnet/source-build-externals
2023-11-15 06:41:59 +00:00
dotnet-maestro[bot]
8ef94b5685
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231113.2 ( #52042 )
...
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
From Version 9.0.0-alpha.1.23558.1 -> To Version 9.0.0-alpha.1.23563.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-11-15 17:06:42 +11:00
dotnet-maestro[bot]
184dc24a66
Update dependencies from https://github.com/dotnet/efcore build 20231114.15 ( #52061 )
...
[main] Update dependencies from dotnet/efcore
2023-11-15 04:35:24 +00:00
dotnet-maestro[bot]
e0b78d39d1
Update dependencies from https://github.com/dotnet/efcore build 20231114.8 ( #52058 )
...
[main] Update dependencies from dotnet/efcore
2023-11-14 23:56:08 +00:00
William Godbe
676418d0df
Merged PR 34318: Fix canceled requests in IIS ( #52056 )
...
Canceled requests can end up hanging a thread due to the `std::conditional_variable` never being triggered. This is because the previous assumption, that disconnect would be called once there was an http context set in the native layer, was wrong. Because `NotifyDisconnect` is called by IIS and `SetManagedHttpContext` is called by managed code, they can race and end up with `m_disconnectFired` as true, but `m_pManagedHttpContext` as false.
The fix is fairly simple, just don't gate unblocking the `std::conditional_variable` on whether the http context has been set.
Added comments as well to make it a little easier to understand some of the code, hopefully we'll slowly improve the maintainability by doing this with future changes as well.
Co-authored-by: Brennan Conroy <brecon@microsoft.com>
2023-11-14 23:22:58 +00:00
dotnet-maestro[bot]
7de7876772
Update dependencies from https://github.com/dotnet/efcore build 20231114.7 ( #52052 )
...
[main] Update dependencies from dotnet/efcore
2023-11-14 22:34:24 +00:00
William Godbe
e235bbbea6
Update baselines, SiteExtensions for 8.0 RTM ( #52050 )
...
* Update baselines, SiteExtensions for 8.0 RTM
* Typo
2023-11-14 14:00:48 -08:00
dotnet-maestro[bot]
7e76c4d53e
[main] Update dependencies from dotnet/runtime dotnet/efcore ( #52041 )
...
[main] Update dependencies from dotnet/runtime dotnet/efcore
2023-11-14 16:23:56 +00:00
dotnet-maestro[bot]
1a4ebc2ba3
Update dependencies from https://github.com/dotnet/efcore build 20231114.4 ( #52040 )
...
[main] Update dependencies from dotnet/efcore
2023-11-14 13:04:38 +00:00
dotnet-maestro[bot]
c1fa480ab9
Update dependencies from https://github.com/dotnet/efcore build 20231113.13 ( #52032 )
...
[main] Update dependencies from dotnet/efcore
2023-11-14 03:50:25 +00:00
dotnet-maestro[bot]
0d2441eb2e
Update dependencies from https://github.com/dotnet/efcore build 20231113.12 ( #52030 )
...
[main] Update dependencies from dotnet/efcore
2023-11-14 02:09:04 +00:00
Artak
97c186b77c
Automatically comment when `help wanted` label is added ( #52002 )
...
* Automatically comment when `help wanted` label is added
* Update .github/fabricbot.json
Co-authored-by: Martin Costello <martin@martincostello.com>
* Update .github/fabricbot.json
---------
Co-authored-by: Martin Costello <martin@martincostello.com>
2023-11-13 14:49:47 -08:00
dotnet-maestro[bot]
bb46bbda4e
Update dependencies from https://github.com/dotnet/efcore build 20231113.11 ( #52023 )
...
[main] Update dependencies from dotnet/efcore
2023-11-13 18:34:17 +00:00
dotnet-maestro[bot]
997a1e8e65
Update dependencies from https://github.com/dotnet/efcore build 20231113.6 ( #52016 )
...
[main] Update dependencies from dotnet/efcore
2023-11-13 16:55:43 +00:00
dotnet-maestro[bot]
fbc109fc9b
Update dependencies from https://github.com/dotnet/extensions build 20231112.2 ( #52013 )
...
[main] Update dependencies from dotnet/extensions
2023-11-13 15:18:31 +00:00
dotnet-maestro[bot]
b4df680404
Update dependencies from https://github.com/dotnet/winforms build 20231112.1 ( #52014 )
...
[main] Update dependencies from dotnet/winforms
2023-11-13 15:12:03 +00:00
dotnet-maestro[bot]
f2127682ec
Update dependencies from https://github.com/dotnet/arcade build 20231110.1 ( #52011 )
...
[main] Update dependencies from dotnet/arcade
2023-11-13 14:45:49 +00:00
dotnet-maestro[bot]
e3014a4a75
Update dependencies from https://github.com/dotnet/runtime build 20231113.1 ( #52010 )
...
[main] Update dependencies from dotnet/runtime
2023-11-13 14:32:39 +00:00
dotnet-maestro[bot]
ae33890a62
Update dependencies from https://github.com/dotnet/runtime build 20231111.3 ( #51999 )
...
[main] Update dependencies from dotnet/runtime
2023-11-12 14:32:30 +00:00
dotnet-maestro[bot]
350078bbc7
Update dependencies from https://github.com/dotnet/runtime build 20231110.17 ( #51992 )
...
[main] Update dependencies from dotnet/runtime
2023-11-11 14:37:33 +00:00
Günther Foidl
8a539d35e7
Rename label `help-wanted` to `help wanted` ( #51982 )
2023-11-10 08:27:14 -08:00
dotnet-maestro[bot]
16489e11e9
Update dependencies from https://github.com/dotnet/runtime build 20231110.1 ( #51984 )
...
[main] Update dependencies from dotnet/runtime
2023-11-10 14:32:45 +00:00
Dennis Haney
81465f5887
Update DenyAnonymousAuthorizationRequirement doc comment ( #51490 )
2023-11-10 00:05:27 +00:00
alex-inftx
7978f36a45
Dispose secret instances ( #51253 )
2023-11-09 15:54:33 -08:00
Artak
68a0278f6c
Update HelpWantedProcess.md ( #51967 )
...
* Update HelpWantedProcess.md
Update the process to include summary comment link in the description of the issue.
This is important as I have noticed some issues have a long comment list and it's hard to discover the summary comment. Here is an example where I've noticed this: https://github.com/dotnet/aspnetcore/issues/47054
* Update docs/HelpWantedProcess.md
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
* Update docs/HelpWantedProcess.md
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
* Update docs/HelpWantedProcess.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Update docs/HelpWantedProcess.md
---------
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2023-11-09 15:16:32 -08:00
dotnet-maestro[bot]
30b42147b2
Update dependencies from https://github.com/dotnet/efcore build 20231109.7 ( #51968 )
...
[main] Update dependencies from dotnet/efcore
2023-11-09 20:38:18 +00:00
dotnet-maestro[bot]
da1d588a9a
Update dependencies from https://github.com/dotnet/efcore build 20231109.6 ( #51965 )
...
[main] Update dependencies from dotnet/efcore
2023-11-09 17:25:51 +00:00
dotnet-maestro[bot]
c4e3187696
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231108.1 ( #51963 )
...
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
From Version 9.0.0-alpha.1.23556.4 -> To Version 9.0.0-alpha.1.23558.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-11-09 08:51:48 -08:00
William Godbe
b8fd63a66e
Mark API from 8 as shipped ( #51948 )
2023-11-09 08:20:28 -08:00
James Newton-King
7601b50339
Fix ambiguous route analyzer false positive with action replacement ( #51880 )
2023-11-09 15:26:25 +00:00
dotnet-maestro[bot]
01ea00506f
Update dependencies from https://github.com/dotnet/runtime build 20231109.1 ( #51961 )
...
[main] Update dependencies from dotnet/runtime
2023-11-09 14:27:46 +00:00
Steve Sanderson
402e7fc10a
Quarantine another one of the CanRenderComponentWithPersistedState cases ( #51808 )
2023-11-09 13:46:48 +00:00
Surayya Huseyn Zada
36ffda05bd
fix "Blazor enhanced form handling doesn't honor button formmethod attribute" ( #51942 )
2023-11-09 13:39:33 +01:00
James Newton-King
1ab87c9427
Fix ambiguous route analyzer false positive with switch ( #51881 )
2023-11-09 11:32:02 +00:00
dotnet-maestro[bot]
1567cb38b0
Update dependencies from https://github.com/dotnet/efcore build 20231108.12 ( #51952 )
...
[main] Update dependencies from dotnet/efcore
2023-11-09 08:21:16 +00:00
dotnet-maestro[bot]
5611ee30dd
Update dependencies from https://github.com/dotnet/arcade build 20231108.3 ( #51949 )
...
[main] Update dependencies from dotnet/arcade
2023-11-09 05:20:46 +00:00
Brennan
6699b0548c
Improve path search in Kestrel parsing ( #51535 )
2023-11-09 01:57:07 +00:00
Andrew Casey
099783acba
Update SDK to 23556.1 ( #51907 )
...
* Update SDK to 23556.1
Regular BuildOps update
* Suppress IL2072 with pragmas
...now that it's reported by a roslyn analyzer. Analogous to 533a66cfce
for IL2111.
2023-11-08 14:17:20 -08:00
Tom Deseyn
f884a7b6b1
ResourceManagerStringLocalizerTest: support running tests under the invariant culture. ( #51935 )
2023-11-08 21:20:48 +00:00
William Godbe
b0042229da
Merge pull request #51943 from dotnet-maestro-bot/merge/release/8.0-to-main
...
[automated] Merge branch 'release/8.0' => 'main'
2023-11-08 13:18:07 -08:00
dotnet-maestro[bot]
4b218892b7
Update dependencies from https://github.com/dotnet/efcore build 20231108.1 ( #51941 )
...
[main] Update dependencies from dotnet/efcore
2023-11-08 17:57:11 +00:00
William Godbe
b09343962a
Update Versions.props
2023-11-08 09:19:38 -08:00
William Godbe
966ba4e00a
Update NuGet.config
2023-11-08 09:19:21 -08:00
William Godbe
3ac8f2efe6
Merge branch 'main' into merge/release/8.0-to-main
2023-11-08 09:18:49 -08:00