Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split WebAssembly SDK from Blazor SDK #31154

Merged
merged 33 commits into from
Mar 28, 2023
Merged

Split WebAssembly SDK from Blazor SDK #31154

merged 33 commits into from
Mar 28, 2023

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    322b5d5 View commit details
    Browse the repository at this point in the history
  2. Fix tasks dll name

    maraf committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b92d406 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Drop compression + spare tasks

    maraf committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    abf61fd View commit details
    Browse the repository at this point in the history
  2. Integration blazor+wasm

    maraf committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    48cea7d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Make blazor build working

    maraf committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    34a8268 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix 5.0 blazor

    maraf committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c77ec8f View commit details
    Browse the repository at this point in the history
  2. Fix target names.

    maraf committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6efefdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f346ca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1ece4e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Renames, round 1

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f84f6c5 View commit details
    Browse the repository at this point in the history
  2. Renames, round 2

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f5ff40e View commit details
    Browse the repository at this point in the history
  3. Boot config extensibility.

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    49f6a7a View commit details
    Browse the repository at this point in the history
  4. Renames, round 3

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2befef7 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into WasmSdk

    # Conflicts:
    #	sdk.sln
    #	src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/WasmBuildIntegrationTest.cs
    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    260bd58 View commit details
    Browse the repository at this point in the history
  6. Fix sln.

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c570401 View commit details
    Browse the repository at this point in the history
  7. Fix 5.0

    maraf committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2949338 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    62ad886 View commit details
    Browse the repository at this point in the history
  2. Fix property assingments

    maraf committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4d3ead0 View commit details
    Browse the repository at this point in the history
  3. Use StaticWebAssets SDK

    maraf committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b410bfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c39e307 View commit details
    Browse the repository at this point in the history
  5. Vanilla wasm unit test

    maraf committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    55409a8 View commit details
    Browse the repository at this point in the history
  6. Fix property assingments.

    maraf committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6d6bc93 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    b16bab8 View commit details
    Browse the repository at this point in the history
  2. Clean up

    maraf committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    1d8ab0c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    7511309 View commit details
    Browse the repository at this point in the history
  2. Fix importing other SDKs

    maraf committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    232f6f0 View commit details
    Browse the repository at this point in the history
  3. Workaround in test case

    maraf committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4b24d55 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Feedback

    maraf committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6428f67 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    1708cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a050ce4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge remote-tracking branch 'upstream/main' into WasmSdk

    # Conflicts:
    #	src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
    #	src/BlazorWasmSdk/Tasks/BootJsonData.cs
    #	src/WasmSdk/Tasks/GenerateWasmBootJson.cs
    maraf committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4f199a4 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    maraf committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9734bf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge remote-tracking branch 'upstream/main' into WasmSdk

    # Conflicts:
    #	src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
    #	src/WasmSdk/Tasks/ComputeWasmBuildAssets.cs
    #	src/WasmSdk/Tasks/ComputeWasmPublishAssets.cs
    #	src/WasmSdk/Tasks/GenerateWasmBootJson.cs
    maraf committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e202c04 View commit details
    Browse the repository at this point in the history