Skip to content

1.0.0-3.0.100-preview8-013656-112

Pre-release
Pre-release
Compare
Choose a tag to compare
@StevenTCramer StevenTCramer released this 31 Aug 08:02
e28e570

Changes:

  • e28e570 Merge pull request #172 from TimeWarpEngineering/Cramer/2019-08-31/Yaml
  • 0e02a29 Update Documentation yml proper case
  • 7bbc21c Merge pull request #171 from TimeWarpEngineering/Cramer/2019-08-31/Yaml
  • ae5219b trigger paths glob for recursive and everything under Source for prs also
  • b0426a6 Merge pull request #170 from TimeWarpEngineering/Cramer/2019-08-31/Yaml
  • 4ed01bb trigger paths glob for recursive
  • 4c15380 Clean yml a bit. update case on source to Source
  • 04658b0 Merge pull request #169 from TimeWarpEngineering/Cramer/2019-08-31/Options
  • 054125f Fix JsonSerialization Options to generate one if not provided
  • 9a425d6 this process is painful
See more
  • 38eb235 this process is painful
  • 437cf53 run cleanup before starting to delete bin and objs will remove Packages folder with Nugets also
  • a6f795d try again.
  • 66c444e Seriously this is terrible
  • 28e8aec Once again.
  • ca773cf I renamed the test directory to Tests and missed a couple references.
  • c0b5f69 Merge branch 'master' of https://github.com/TimeWarpEngineering/blazor-state.git into master
  • 1587cca Move versioning to build yaml out of msbuild.
  • 6f52e44 Update blazor-state.yml for Azure Pipelines
  • 3577cd8 Move versioning to build yaml out of msbuild.
  • 32e6d43 Update template docs.
  • dfe00cc Merge pull request #167 from TimeWarpEngineering/Cramer/20119-08-27/ModelToBase
  • 4b42cd1 Merge commit '3cd6f53'
  • 98cced2 coding standards
  • d0312fe coding standards
  • 6cf9c58 Remove other Projet Sources. If needed for nightly builds I can add back when I want to test those. Probably changed anyway.
  • 3cd6f53 Update template version preview 8
  • 64b9122 wanted easy way to run test cafe tests from root also add another test.
  • 7030fe4 fix directory add delay so server has more time to start
  • b57349b Add data-qa attribute
  • 4b599e5 Cleanup of formats etc... to match template.
  • 5ee75af Update path to the directory structure.
  • 3afbf5e Switch from Model to Base
  • 08a1a67 rename source to Source
  • 1d03508 rename test to Tests to conform with template standard
  • ae1f8d7 Rename all the Shared to Api and update project references to new locations
  • 8609926 Rename directories to conform with new template standards.
  • 0977c17 Add TestCafe csproj to the sln
  • bbcab85 Call the method Process to avoid any http verb correlation
  • 8d1919e Remove route with query string as I am promoting that with Blazor you share an API so you have strong typed request response there is no need for http verbs
  • 9fcccc1 removed unused using
  • fd5eafd Clean up testcafe tests us csproj as contain even though not CSharp project. It works better than other options.
  • 4f5c849 Update Test App to use and Object with param like we use in the template
  • 896762c there is no need to AddBlazorState here as it will be called in
  • 5e36b5d I don't think we need nor want package-lock
  • d0221b2 Merge pull request #166 from TimeWarpEngineering/Cramer/2019-08-18/docs
  • a2ead13 dotnet run param is --urls not server.urls
  • ba41f4e Merge pull request #165 from TimeWarpEngineering/Cramer/2019-08-18/docs
  • cf3af61 should be workingDirectory.
  • 65fd79a Merge pull request #164 from TimeWarpEngineering/Cramer/2019-08-18/docs
  • a3c39ae update yaml again to try and get test coverage and reports. we will see how far it gets.
  • c60dee4 Change Selenium to Close vs CloseMainWindow as it doesn't have a mainwindow so maybe that was issue with it hanging.
  • 36f3f52 set server port for testCafe tests to 5011
  • 290f9d8 Add TestCafe E2E Testing as effort to replace Selenium
  • 2d78d39
  • a92b081 Update blazor-state.yml for Azure Pipelines
  • 15800cc Update blazor-state.yml for Azure Pipelines
  • 4e4fde5 Merge pull request #163 from TimeWarpEngineering/Cramer/2019-08-17/Preview8
  • 62f45c6 Consistenly use JsonSerializerOptions
  • af1794a compiler had warned me about overriding == operattor without overrding Equals and GetHasCode so I have done that.
  • 1ef72d6 while debugggin the failed server test recognized some infeciency in the client intgration test configuration and comments.
  • fe7dc55 the Test Fixture wasn't using the TestServer.
  • 90f4d92 Had serverside test fail because DI wanted to inject IConfiguration and couldn't
  • 46d8b58 Remove use of namespace Microsoft.AspNetCore.Components.Layouts
  • 5771975 In Blazor WebAssembly apps that make use of the HttpClient JSON helpers, add a package reference to Microsoft.AspNetCore.Blazor.HttpClient.
  • a67074a In Blazor apps, update Razor component parameters to be public, as non-public component parameters now result in an error.
  • c0bff8b In Razor components rename OnInit to OnInitialized and OnInitAsync to OnInitializedAsync.
  • 5c9bb3f Update Microsoft.AspNetCore.* package references to 3.0.0-preview8.19405.7
  • 16c0077 Merge pull request #161 from TimeWarpEngineering/StevenTCramer-patch-1
  • e261ea5 Update Overview.md
  • 5ce1943 Merge pull request #159 from TimeWarpEngineering/Cramer/2019-08-04/UseJsonSerializerOptions
  • f02463b When serializing or deserializing we should use the registered JsonSerializerOptions
  • 0b1f47d Merge pull request #158 from TimeWarpEngineering/Cramer/2019-08-02/DocUpdate
  • 651828b for preview versions you have to specify the version
  • a5eda05 Update blazor-state.yml for Azure Pipelines
  • 99080ce Merge pull request #157 from TimeWarpEngineering/Cramer/2019-07-31/UseCloneOverride
  • a3a77fa Update Test State
  • bf048e4 Merge pull request #156 from TimeWarpEngineering/Cramer/2019-07-31/UseCloneOverride
  • 5547326 Codacity cleanups
  • 780ebea Remove commented code and unused using.
  • 05cae9c Merge commit 'e8712d5'
  • a3a4fa3 Fix CloneStateBehavior to check for IClonable
  • da78015 Add test to duplicate the clone is not calling the overrident clone on the state.
  • e8712d5 Update blazor-state.yml for Azure Pipelines
  • 99d93c3 Merge pull request #155 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 0f20116 Merge commit 'dd0838a'
  • 152d031 hope to solve the coverlet issue by setting maxcpu to 1.
  • dd0838a Update blazor-state.yml for Azure Pipelines
  • 3554fdb Merge pull request #154 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 62ba73c It seems that something tries to recreate the _content stuff each time and if it is there already refuses to write over it. So I am adding Delete for it. Which I am guessing will cause the first one to work but the next will give same error.
  • 5d275c5 Merge pull request #153 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 96128c6 So no build doesn't build the tests either... so thats a problem
  • 3bb9a63 Merge pull request #152 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 16c30e4 there is a nobuild param on the thing but it doesn't seem to effect dotnet test doesn't show up in the command
  • 8dedc74 Merge pull request #151 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • ddd9099 Merge commit 'b4b0a19'
  • f482f7e add coverlet to all the test projects
  • b4b0a19 Update blazor-state.yml for Azure Pipelines
  • 9ba77b1 Update blazor-state.yml for Azure Pipelines
  • 53f0065 Merge pull request #150 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 917a16b Seems that resources are not automatically injected into server side so we still have to reference them.
  • f02a90e Update Fixie and Moq to latest
  • cffbb7d Embeded resources now work properly so I don't have to copy the js file and include via script. They are auto included if the resource is named properly in the dll.
  • 9a95001 Merge pull request #149 from TimeWarpEngineering/Cramer-2019-07-26-Preview7
  • 16b2bae remove commented code.
  • 1b6fd73 Cleanup a couple codacy found minor issues.
  • 0639861 Remove the no longer needed second "@" for C# event handlers.
  • 2c435a4 Update to preview 7
  • 0462175 Oops wrong version in global.json
  • e84884d Add global.json back to select the preview version we are using
  • 8b780f7 Update docs based on snowfrog feedback
  • 8eaa297 Update a comment
  • 203da34 I don't think this configuration does anything so I removed it.
  • e99448d Merge pull request #147 from TimeWarpEngineering/Cramer-2019-07-05
  • a1afe28 I want to see the Request and Response in the log message
  • c8ed5a9 Add better structured logging
  • 78996ca Remove libman.json per issue reported on Github
  • e7577d6 Update blazor-state.yml for Azure Pipelines
  • 6bfbc59 The Logger was from wrong context probably from a copy and paste error and when reading the log that is confusing.
  • 9f1e3f7 Merge pull request #145 from TimeWarpEngineering/Cramer-2019-07-02
  • f97bb8a Move to the released version of TypeSupport with my PR
  • 706d647 Merge pull request #144 from TimeWarpEngineering/Cramer-2019-06-25
  • ad6852b Serialization doesn't work currently for no setters or private setters so I have added them back until they fix that.
  • 83b8870 Formatting only
  • 22c736a Formatting only
  • d252e2c Commented some tests
  • 0cf7d94 Add null check in Dispose in case it doesn't exist already
  • cc80e63 Remove unused using
  • 5407b0f Remove commented code.
  • 0762cde Make WeatherForecastDto Immutable
  • b195df8 I don't need Guard Clauses in this code as it is for test cases and I may even want to test empty or null.
  • 79c9634 Use Double quotes for strings as part of standards.
  • b14c9e7 Merge pull request #143 from TimeWarpEngineering/Cramer-2019-06-25
  • 5369cf3 Update documentation for preview 6 changes.
  • 1a44eab Updated comment.
  • 4791ce7 The assemblies based to AddBlazorState are just used in a call to AddMediatR so this isn't necessary.
  • 9d969d2 Update to all latest npm packages so we dont' get to far behind.
  • d1ee1c2 Add this to stay in sync with default template.
  • 8b30845 MediatR 7 update requires this change.
  • b139c11 Don't dispose if already disposed .
  • f4aae9f Update to MediatR7
  • 9590691 Update blazor-state.yml for Azure Pipelines
  • 14b7232 Merge pull request #142 from TimeWarpEngineering/Cramer-2019-05-15
  • 3f27a57 Add special build of TypeSupport and use MyGet to pull it in.
  • c0af363 Register JsonSerializerOptions in Client which will get called by both client and server
  • 3414890 Was accidentally overriding the attribute with a class
  • 90a3400 codding standards cleanup
  • 026d977 Converted reduxDevTools and RenderSubscriptions behaviors to post processors
  • 9aca6ef "The current thread is not associated with the renderer's synchronization context. Use Invoke() or InvokeAsync() to switch execution to the renderer's synchronization context when triggering rendering or modifying any state accessed during rendering."
  • 6ab67c5 ReduxDevToolsFactory depends on the JsonRequestHandler so we need to initialize that first.
  • 9797e44 Clean up coding standards warnings TODO's etc...
  • 6ed9ae2 Add Default gitignore for the api docs not sure how this hasn't been there all along.
  • c183dc9 Remove Newton soft as we are using the new System.Text.JsonSerializer
  • fab3964 Remove Blazor.Extentions.Logging given it isn't updated to Preview 6
  • 17d7359 I want global JsonSerializerOptions for the server so we register them and inject them here.
  • 233357d Instead of Activator.CreateInstance we now can use the Container to create the initial state.
  • b21d922 Fix spelling error
  • e763acd Update to preview 6 UseClientSideBlazorFiles
  • 0cb70ba Fix spelling error
  • 44e850b Update to preview 6 UseClientSideBlazorFiles
  • 2d8db06 Remove Blazor.Extentions.Logging again as they are not updated to Preview 6 yet.
  • 0e1cb79 Turn off the play button (TimeTravel) by default in the redux dev tools
  • fe6cb27 Extract Options into its own file.
  • 8a6fc31 Required updating to use the ne LocationChangeEventArgs
  • 467ff2c Changes made to use the new JsonSerializer
  • 7b42549 Change @functions to @code
  • 7c2b066 Add the @ symbol for all C# event handlers.
  • c8b1108 Update to Preview 6 packages
  • a873e01 Fix typo in comment
  • 694229b Add Contact info to Readme
  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch

This list of changes was auto generated.