dependabot[bot]
25b5d7a741
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 ( #816 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.9.1 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 14:05:08 +08:00
dependabot[bot]
2654f92a64
Bump Microsoft.Diagnostics.Runtime from 2.0.161401 to 2.0.217201 ( #813 )
...
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd ) from 2.0.161401 to 2.0.217201.
- [Release notes](https://github.com/Microsoft/clrmd/releases )
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md )
- [Commits](https://github.com/Microsoft/clrmd/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 14:04:57 +08:00
Next Turn
885877c12b
Revert "Upgrade to .NET 6 ( #806 )" ( #817 )
...
This reverts commit 6db5fbc2c3
.
2021-04-09 14:03:24 +08:00
dependabot[bot]
3c5884e7b8
Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 ( #809 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from v5.14.0 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 00:02:06 +08:00
Next Turn
6db5fbc2c3
Upgrade to .NET 6 ( #806 )
2021-03-17 02:10:31 +08:00
Next Turn
3f6bc3195f
Revise docs for 3.0.0-alpha.8 ( #768 )
2021-03-17 02:00:57 +08:00
dependabot[bot]
78bb7627fa
Bump Microsoft.Build.Utilities.Core from 16.8.0 to 16.9.0 ( #800 )
...
Bumps [Microsoft.Build.Utilities.Core](https://github.com/microsoft/msbuild ) from 16.8.0 to 16.9.0.
- [Release notes](https://github.com/microsoft/msbuild/releases )
- [Commits](https://github.com/microsoft/msbuild/commits/v16.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 18:41:20 +08:00
dependabot[bot]
14611a2fb3
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 ( #795 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 18:40:49 +08:00
dependabot[bot]
0459e94e9b
Bump coverlet.collector from 3.0.0 to 3.0.3 ( #794 )
...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 3.0.0 to 3.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 18:40:22 +08:00
dependabot[bot]
a59bb71047
Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 ( #792 )
...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from v5.13.0 to v5.14.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...e5ccf147077e46b0225a80bbe314d795d77bb7a2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 18:39:48 +08:00
Richard Fawcett
80ec5356cc
Ensure we close correct handle after checking if service exists ( #793 )
...
Previously, this code would close the Service Control Manager (SCM)
handle instead of the service handle, meaning:
- any future calls to the SCM would fail due to invalid handle
- a handle to the service was left open in error
Also, reduce the access rights given to the handle, as we don't need
ALL rights just to check if the service exists.
2021-02-17 19:38:14 +08:00
dependabot[bot]
8b8d983b51
Bump coverlet.collector from 1.3.0 to 3.0.0 ( #776 )
2021-01-11 15:47:29 +08:00
NextTurn
2363bf0ffa
Include logger names in logs
2021-01-03 23:59:25 +08:00
NextTurn
d771e474dc
Improve ProcessExtensions
2021-01-02 14:18:34 +08:00
NextTurn
3c5d67e287
Merge shared directory mapping into core
2021-01-01 11:19:19 +08:00
NextTurn
4b00bba644
Remove test command
2020-12-30 02:59:17 +08:00
NextTurn
3af523fe1c
Add milestone management action
2020-12-30 00:55:20 +08:00
NextTurn
61fedfc0e0
Save credentials
2020-12-29 02:46:34 +08:00
NextTurn
576cf6be55
Enhance console prompting
2020-12-28 03:30:09 +08:00
NextTurn
6d5dcfa70c
Fix an iteration
2020-12-27 05:16:24 +08:00
NextTurn
62f13e64cf
Tweak stdout/stderr redirections
2020-12-27 05:16:24 +08:00
NextTurn
d865678b80
Internal updates
2020-12-27 05:12:57 +08:00
NextTurn
0df32ccd44
Bump log4net to 2.0.12
2020-12-27 00:29:08 +08:00
NextTurn
7b23c949c4
Set console output code page to UTF-8
2020-12-26 07:58:43 +08:00
NextTurn
932807529a
Update exception message
2020-12-26 06:58:43 +08:00
NextTurn
cb345fe8a5
Update build.yml
2020-12-24 16:41:45 +08:00
Next Turn
87e7bf2b6b
Revise docs for 3.0.0-alpha.7 ( #731 )
...
* Revise docs for 3.0.0-alpha.7
* Merge the installation guide into the homepage
* Fix header levels
* Add Jenkins sample
* Strip common file name prefix
2020-12-24 03:12:15 +08:00
dependabot[bot]
37bf034884
Bump Microsoft.Diagnostics.Runtime from 2.0.156101 to 2.0.161401 ( #740 )
...
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd ) from 2.0.156101 to 2.0.161401.
- [Release notes](https://github.com/Microsoft/clrmd/releases )
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md )
- [Commits](https://github.com/Microsoft/clrmd/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-15 14:50:06 +08:00
NextTurn
599a52c70e
Rename framework-dependent deliverables
2020-12-08 02:40:01 +08:00
NextTurn
cb8ded23c7
Ensure basic event logging
2020-12-07 19:53:25 +08:00
NextTurn
9d0851b3b0
Rename self-contained deliverables
2020-12-07 18:43:26 +08:00
dependabot[bot]
ad15200865
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 ( #726 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.0 to 16.8.3.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.8.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-03 15:36:44 +08:00
NextTurn
2ab79083d4
Ensure basic console logging
2020-11-25 15:57:59 +08:00
NextTurn
12525cc8fc
Distinguish service status as active or inactive
2020-11-25 14:09:24 +08:00
NextTurn
04f6c30d7c
Fix XML queries
2020-11-21 00:44:57 +08:00
dependabot[bot]
822397e263
Bump Microsoft.Diagnostics.Runtime from 2.0.151903 to 2.0.156101 ( #721 )
...
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd ) from 2.0.151903 to 2.0.156101.
- [Release notes](https://github.com/Microsoft/clrmd/releases )
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md )
- [Commits](https://github.com/Microsoft/clrmd/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-19 17:54:50 +08:00
Next Turn
0e835c850d
Revise docs for 3.0.0-alpha.6 ( #713 )
...
* Update `reboot` action
* Update Program.cs
2020-11-15 23:52:01 +08:00
NextTurn
d0c969dfe6
Redirect I/O of elevated process
2020-11-15 23:46:30 +08:00
dependabot[bot]
d832e5cf41
Bump Microsoft.Build.Utilities.Core from 16.7.0 to 16.8.0 ( #714 )
...
Bumps [Microsoft.Build.Utilities.Core](https://github.com/microsoft/msbuild ) from 16.7.0 to 16.8.0.
- [Release notes](https://github.com/microsoft/msbuild/releases )
- [Commits](https://github.com/microsoft/msbuild/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-15 09:35:21 +08:00
dependabot[bot]
b300d28744
Bump System.ServiceProcess.ServiceController from 4.7.0 to 5.0.0 ( #709 )
...
Bumps [System.ServiceProcess.ServiceController](https://github.com/dotnet/runtime ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-14 13:02:09 +08:00
dependabot[bot]
478e7b7f31
Bump System.Diagnostics.EventLog from 4.7.0 to 5.0.0 ( #707 )
...
Bumps [System.Diagnostics.EventLog](https://github.com/dotnet/runtime ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-13 14:43:23 +08:00
dependabot[bot]
d46a4331d8
Bump Microsoft.Win32.Registry from 4.7.0 to 5.0.0 ( #706 )
...
* Bump Microsoft.Win32.Registry from 4.7.0 to 5.0.0
Bumps [Microsoft.Win32.Registry](https://github.com/dotnet/runtime ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
Signed-off-by: dependabot[bot] <support@github.com>
* Update Program.cs
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
2020-11-12 13:41:41 +08:00
NextTurn
5a61df61e3
Fix single-file apps
2020-11-11 17:05:49 +08:00
NextTurn
70d113d4f9
Remove warning suppressions
2020-11-11 16:54:36 +08:00
dependabot[bot]
4e5b0ff786
Bump System.Reflection.Metadata from 1.8.1 to 5.0.0 ( #710 )
...
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime ) from 1.8.1 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-11 16:07:00 +08:00
dependabot[bot]
f566e59901
Bump System.Security.AccessControl from 4.7.0 to 5.0.0 ( #708 )
...
Bumps [System.Security.AccessControl](https://github.com/dotnet/runtime ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-11 13:43:56 +08:00
dependabot[bot]
282677b91f
Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 ( #704 )
...
* Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.7.1 to 16.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.8.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update XmlHelper.cs
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
2020-11-10 15:36:39 +08:00
Next Turn
c24ca31aae
Revise docs for 3.0.0-alpha.5 ( #689 )
...
* Revise docs for 3.0.0-alpha.5
* Revise docs for 3.0.0-alpha.5
2020-10-22 21:28:16 +08:00
dependabot[bot]
fa7c00a3d0
Bump Microsoft.Diagnostics.Runtime from 2.0.145301 to 2.0.151903 ( #701 )
...
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd ) from 2.0.145301 to 2.0.151903.
- [Release notes](https://github.com/Microsoft/clrmd/releases )
- [Changelog](https://github.com/microsoft/clrmd/blob/master/doc/ReleaseNotes2.0.md )
- [Commits](https://github.com/Microsoft/clrmd/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 14:01:42 +08:00
NextTurn
5c526c729a
Leave STDOUT/STDERR open if not redirected
2020-10-07 22:46:16 +08:00