Add Consolidated view classifier to make view types internal by captainsafia · Pull Request #30976 · dotnet/aspnetcore (original) (raw)

[main] Update dependencies from dotnet/efcore

Fixes dotnet#27154

[main] Update dependencies from dotnet/runtime dotnet/efcore

Co-authored-by: Pranav K prkrishn@hotmail.com

Co-authored-by: Pranav K prkrishn@hotmail.com

[main] Update dependencies from dotnet/efcore

[main] Update dependencies from dotnet/efcore

[main] Update dependencies from dotnet/runtime dotnet/efcore

Fixes dotnet#30816

Fixes dotnet#24082

This reverts commit 0dda92e.

Co-authored-by: Pranav K prkrishn@hotmail.com

The Blazor Desktop project must not depend on Microsoft.AspNetCore.App because it needs to run on almost any platform, including Android/iOS. But AspNetCore.App doesn't run on those platforms. This changes WebView to not use any packages that are part of AspNetCore.App, such as StaticFiles and Http.Abstractions. Instead, it has copies of those files.

Fixes dotnet#29107

Hot reload / EnC does not like it when type level attributes are modified. Razor views and Pages include a RazorSourceChecksumAttribute that includes a checksum of all of it's inputs (current cshtml file, and all _ViewImports that contribute to it). It's used used by runtime compilation to tell if the compiled view is current compared to it's inputs. However, it gets in the way with enc since editing a file updates the checksum.

We'll disable this feature by default in RazorSourceGenerator, and enable it using an MSBuild switch that's configured by runtime compilation

Co-authored-by: Tratcher Tratcher@users.noreply.github.com

This reverts commit 7f7528f.

Excludes unnecessary embedded resources from the embedded files manifest provider.

Fix IDE warnings about non-disposed handlers.

Update the comment's type to match the method's.

Add a new overload for AddPolicyRegistry() that allows the caller to configure the policy registry using other services that are registered with the service provider, such as config.

Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21160.7 -> To Version 6.0.0-beta.21167.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

This reverts commit 5c8e9f1.

This reverts commit 03aab5d.

Fixed grammar on SessionOptions.IOTimeout

[main] Update dependencies from dotnet/runtime dotnet/efcore

Minor cleanup when inspecting the code

This reverts commit 730e39b.

Co-authored-by: dotnet dotnet@users.noreply.github.com

Co-authored-by: Brennan brecon@microsoft.com

Co-authored-by: Chris Ross Tratcher@Outlook.com

Co-authored-by: Chris Ross Tratcher@Outlook.com

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

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

Co-authored-by: Brennan brecon@microsoft.com Co-authored-by: Chris Ross Tratcher@Outlook.com Co-authored-by: Günther Foidl gue@korporal.at

The WebAssembly experience is a bit problematic in preview3 because of runtime issues dotnet/runtime#50190. We'll turn it off in the templates by default to avoid giving a confusing experience out of the box.

[main] Update dependencies from dotnet/efcore dotnet/runtime

Co-authored-by: Brennan brecon@microsoft.com

Co-authored-by: Brennan brecon@microsoft.com

[main] Update dependencies from dotnet/efcore

Co-authored-by: Pranav K prkrishn@hotmail.com

Co-authored-by: Tratcher Tratcher@users.noreply.github.com

[main] Update dependencies from dotnet/runtime

[main] Update dependencies from dotnet/efcore

Co-authored-by: Kevin Pilch kevinpi@microsoft.com

Co-authored-by: Kevin Pilch kevinpi@microsoft.com

[main] Update dependencies from dotnet/efcore

[release/6.0-preview3] Update dependencies from dotnet/efcore dotnet/runtime

[main] Update dependencies from dotnet/runtime dotnet/efcore

[main] Update dependencies from dotnet/runtime

Minor update to XML docs to fix sentence grammar.

Fixes dotnet#31313.

[main] Update dependencies from dotnet/runtime

[main] Update dependencies from dotnet/efcore

[main] Update dependencies from dotnet/efcore

[release/6.0-preview3] Update dependencies from dotnet/efcore

[release/6.0-preview3] Update dependencies from dotnet/runtime

[release/6.0-preview3] Update dependencies from dotnet/efcore

[main] Update dependencies from dotnet/efcore

Co-authored-by: Chris Ross Tratcher@Outlook.com

Co-authored-by: Chris Ross Tratcher@Outlook.com

React to API review feedback. Substitute IReceiveHotReloadContext and HotReloadContext with RenderHandle.IsHotReloading

[main] Update dependencies from dotnet/runtime

[main] Update dependencies from dotnet/arcade

[release/6.0-preview3] Update dependencies from dotnet/runtime

[release/6.0-preview3] Update dependencies from dotnet/efcore

[main] Update dependencies from dotnet/efcore

Removed tab that seemed to cause a paragraph about the new help wanted label to be in a code fence.

[release/6.0-preview3] Update dependencies from dotnet/runtime

Explicitly prevent the Parameters dictionary from being included in the deserialized payload. See dotnet#31330 (comment).

Also ignore the properties backed by the Items dictionary to minimise the size of the serialized JSON payload.

Stop tests from failing on non-Windows OSs due to different line endings.

Conflicts: eng/Version.Details.xml

Co-authored-by: John Luo johluo@microsoft.com

[main] Update dependencies from dotnet/runtime dotnet/efcore

[release/6.0-preview3] Update dependencies from dotnet/efcore

Co-authored-by: Doug Bunting 6431421+dougbu@users.noreply.github.com

Co-authored-by: Doug Bunting 6431421+dougbu@users.noreply.github.com

[main] Update dependencies from dotnet/runtime dotnet/efcore

[release/6.0-preview3] Update dependencies from dotnet/runtime dotnet/efcore

[main] Update dependencies from dotnet/arcade

[main] Update dependencies from dotnet/efcore

Use the new .NET 6 Random.Shared static property where possible. See dotnet/runtime#50297.

For some reason I don't understand, this template doesn't see Random.Shared when compiled so this reverts the previous change for this template.

Co-authored-by: Doug Bunting 6431421+dougbu@users.noreply.github.com

No modern browser uses it anymore

This allows for ReadOnlyDictionary to be trimmed in a default Blazor WASM app. Saving roughly 3 KB .br compressed.

Contributes to dotnet#30098

Co-authored-by: James Newton-King james@newtonking.com

Fixes dotnet#30990

In the normal case,

We could so something targeted and cache filter instances between requests.

[main] Update dependencies from dotnet/arcade

This reverts commit 7bc87ba.

  1. Added env variable for TargetFramework and used it in launch.json file rather than hardcoding TFW.
  1. Removed extensions.json
  2. Updated BuildFromSource.md for Vscode instructions.
  3. Added launch settings for BasicTestApp.

Remove unused constant, method and variable.

Use Array.Empty() instead of allocating an empty array. Use a static array for activation type instead of creating a new one per invocation.

Address PR feedback.

Fix MSB4186 error if a project references Microsoft.AspNetCore.Mvc.Testing that is not itself an ASP.NET project, such as a helper library in a test suite.

Co-authored-by: Adrian Wright adrian@compiledcoding.co.uk

Update Ubuntu 16.04 to 18.04

Fixes dotnet#27154

Co-authored-by: Roman Marusyk Marusyk@users.noreply.github.com

Co-authored-by: Doug Bunting 6431421+dougbu@users.noreply.github.com

This does a big chunk of dotnet#30248 while heavily refactoring the RequestDelegateFactory by splitting it out into a bunch of smaller methods.

For part 2 of dotnet#30248, a "scalar value type that lives in the System namespace", I went with the alternative of "Something convention-based like the presence of a bool TryParse(string, out T) method" instead. This conventions work for types in any namespace including user-defined types.

Updates the react template to use the http-proxy-middleware for handling the requests instead of the asp.net core proxy in the same way it's done for the Angular template.

[main] Update dependencies from dotnet/emsdk dotnet/efcore dotnet/runtime

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Andre Milbradt andremi@microsoft.com Co-authored-by: Andre Milbradt onegoodsausage@users.noreply.github.com Co-authored-by: Pranav K prkrishn@hotmail.com Co-authored-by: Hao Kung HaoK@users.noreply.github.com Co-authored-by: David Fowler davidfowl@gmail.com Co-authored-by: Safia Abdalla safia@microsoft.com Co-authored-by: Kristian Hellang kristian@hellang.com Co-authored-by: msftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com> Co-authored-by: James Newton-King james@newtonking.com Co-authored-by: Chris Ross Tratcher@Outlook.com Co-authored-by: Steve Sanderson SteveSandersonMS@users.noreply.github.com Co-authored-by: Kevin Pilch kevinpi@microsoft.com Co-authored-by: Javier Calvarro Nelson jacalvar@microsoft.com Co-authored-by: Doug Bunting 6431421+dougbu@users.noreply.github.com Co-authored-by: N. Taylor Mullen nimullen@microsoft.com Co-authored-by: Eilon Lipton Eilon@users.noreply.github.com Co-authored-by: Brennan brecon@microsoft.com Co-authored-by: Shreyas Jejurkar shreyasjejurkar123@live.com Co-authored-by: Justin Kotalik jukotali@microsoft.com Co-authored-by: Gabriel Lucaci gabriel.lucaci.dev@gmail.com Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tratcher Tratcher@users.noreply.github.com Co-authored-by: John Luo johluo@microsoft.com Co-authored-by: Martin Costello martin@martincostello.com Co-authored-by: William Godbe wigodbe@microsoft.com Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Allison Chou allichou@microsoft.com Co-authored-by: Anthony J reapsprgm@gmail.com Co-authored-by: Jonathan Berube jdberube@gmail.com Co-authored-by: dotnet dotnet@users.noreply.github.com Co-authored-by: Günther Foidl gue@korporal.at Co-authored-by: Stephen Toub stoub@microsoft.com Co-authored-by: Ben Adams thundercat@illyriad.co.uk Co-authored-by: Andrzej andrzej.pindor@gmail.com Co-authored-by: Stephen Halter halter73@gmail.com Co-authored-by: Kevin Jones vcsjones@github.com Co-authored-by: Marek Linka mareklinka@users.noreply.github.com Co-authored-by: Kevin Miller scoundrel@gmail.com Co-authored-by: Michael Simons msimons@microsoft.com Co-authored-by: Youssef Victor youssefvictor00@gmail.com Co-authored-by: Eric Erhardt eric.erhardt@microsoft.com Co-authored-by: fvoronin fvoronin@gmail.com Co-authored-by: Paulo Morgado 470455+paulomorgado@users.noreply.github.com Co-authored-by: Tanay Parikh TanayParikh@users.noreply.github.com Co-authored-by: Adrian Wright 47532258+adrianwright109@users.noreply.github.com Co-authored-by: Adrian Wright adrian@compiledcoding.co.uk Co-authored-by: Sébastien Ros sebastienros@gmail.com Co-authored-by: Roman Marusyk Marusyk@users.noreply.github.com