-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ContinuousIntegrationBuild seems defunct for webforms although reported MSBuild version is 17.4.1.60106 Centralize version.txt
- Loading branch information
1 parent
2e4d268
commit 92e077c
Showing
18 changed files
with
81 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,7 @@ jobs: | |
try: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- name: Get version.txt | ||
shell: pwsh | ||
run: | | ||
$version = Get-Content ${{ github.workspace }}/nuget-info/version.txt | ||
echo "version=$version" >> $GITHUB_ENV | ||
- name: Use version.txt | ||
run: echo ">${{ env.version }}<" | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
- name: view version | ||
run: msbuild --version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
* Add Source Link to all NuGet packages | ||
|
||
* Fix race condition in the PersistentMainFactory due to the static cache | ||
* Fix issue #5 race condition in the PersistentMainFactory due to the static cache | ||
by setting up an identifying Request Correlation Guid in _Host.cshtml according to | ||
https://learn.microsoft.com/en-us/aspnet/core/blazor/security/server/additional-scenarios?view=aspnetcore-6.0#pass-tokens-to-a-blazor-server-app | ||
|
||
* Deprecate the 'Component' accessor in favor of 'Cut' as in | ||
https://learn.microsoft.com/en-us/aspnet/core/blazor/test | ||
|
||
* Set Selenium RequestTimeout default to 1 if not configured | ||
* Set Selenium RequestTimeout default to 1 sec if not configured | ||
|
||
* Blazor Test Navigate() and Refresh() as in Click() with numeric expectRenders | ||
* Blazor synchronization in Navigate() and Refresh() with the same argumenrs as Click() with numeric expectRenders | ||
instead of bool expectRender (breaking change) | ||
|
||
* Support the ?clear=true GET argument to clear browser storage also for Blazor | ||
* Support the ?clear=true GET argument to clear browser storage also in Blazor | ||
|
||
* Internet Explorer has been forcibly disabled by Microsoft, thus remove it from old tests. | ||
|
||
* Internet Explorer has been forcibly disabled by Microsoft, thus removed it from old tests. | ||
* Add Source Link to the NuGet packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters