Flash0ver / F0.Minesweeper

Source of truth for a Blazor implementation of Minesweeper.
MIT License
6 stars 0 forks source link

feat(components): adds right click behavior and updates nuget packages #18

Closed dev-in-disguise closed 3 years ago

dev-in-disguise commented 4 years ago

I fully implemented the right click behavior now from a ui perspective. Since I ran into issues with the test runner I also updated the test nuget packages. And then I said f*** it and updated all nuget packages that were already on a pre-release to the newest pre-release and stable packages to the newest stable. There are still some testing issues regarding mocking and testing markup of sub components due to shortcomings in the current bunit version (https://github.com/egil/bUnit/issues/17 & https://github.com/egil/bUnit/issues/53) Closes #12