Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined (#1258)

* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* adjusting publish workflow

* adjusting publish workflow2

* adjusting publish workflow 3

* adjusting publish workflow 4

* adjusting publish workflow 5

* final fix to yaml

* Updated relnotes for v1.0.0-rc.9

* rel notes for v1.0.0-rc.10

* ProcessKey now retruns false if no SelectedItem handler is defined
This commit is contained in:
Charlie Kindel
2021-04-27 12:40:48 -07:00
committed by GitHub
parent 993a255477
commit 26cb200737
3 changed files with 19 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ jobs:
echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
#- name: Install dependencies
# run: dotnet restore
# run: dotnet restore
#- name: Build
# run: dotnet build --configuration Release --no-restore
@@ -74,7 +74,7 @@ jobs:
- name: Test to generate Code Coverage Report
run: |
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
- name: Create Test Coverage Badge