Skip to content

v3.2.1+3.1.300

Choose a tag to compare

@StevenTCramer StevenTCramer released this 30 May 18:32
5ef5d56

Changes:

  • 5ef5d56 Merge pull request #214 from TimeWarpEngineering/Cramer/2020-05-31/SkipInteropTests
  • 3aeaf86 Skup these tests until we figure out how to restore functionality that we had with WebAssemblyHostBuilder
  • 4f7196e Merge pull request #213 from TimeWarpEngineering/Cramer/2020-05-25/Bug
  • e0683a3 Rename Test files
  • 3091178 remove old yml build file using multistage now.
  • 8b0f33e Restructure tests utilzing namespaces in a different and I think better manner.
  • 2db50de Update to use ClientHostBuilder for now
  • a650eed Step by step and it is still discoverying correctly
  • 467f16d Migrating toward the Client Integration Test Convention hoping to find the issue.
  • 2c9c08b Adding the JsonSerializationOptions Singleton and all is still fine as expected.
See More
  • 4d7db8c Adding another test project to see why the TestConvention isn't working this will be thrown away.
  • f179c0d Base request needs to be setable for model binding. Request objects are DTOS from client to the API
  • d762937 update to new assembly names
  • acd35cf formatting
  • e68f4e6 Use webapplication factory and basetest
  • 259e00f add BaseTest with helpers
  • 4368f71 explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • 7bf0fbe explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • cb15edd explicitly use System.Text.Json to avoid downgrade warngings
  • 93eae72 Move Startup Configure Services to Program.cs new recommended way from the Blazor team... not sure why.
  • d6e93df Trying to see if nuget supports embeded logo now.
  • 4ef3485 Allow model binding to bind objects to query params
  • cc2ae63 Convert this from a Post to a Get with params
  • e7f0c70 explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • 52c7792 convert to partial class and cleanup style in template.
  • a9b80b9 The new templates don't use Startup but instead put that logic in the Program.cs file
  • 017240d Goign to use WebApplciationFactory to test so don't need testfixutre.
  • 0865287 Rename BaseController to BaseEndpoint
  • fc56dfd Rename directory
  • 7b0f2d8 Update versions
  • c442351 remove no longer needed reference.
  • 9d480e6 npm install updates the lock
  • 05b0133 Update to new named libs
  • 5edcabf formatting
  • ae2ec76 remove unused class
  • 05bc201 update all package.json to latest
  • ab546e1 Start updating versions the API project builds
  • d540713 Endpoint vs Controller
  • 1d0e404 Update testing convention to based on namespace vs class name this frees us up to use more readable names and better organization.
  • b457968 Follow formatting convention
  • 03fe178 Rename classes to conform to updated convention
  • 8be3375 Update sdk to the release version containing BlazorWasm
  • bb6c24c Adding Fluent Assertions
  • 71f4a62 rename directory

This list of changes was auto generated.