Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Mike Battista 78608fdf09 Update tools to .NET 8. Fixed #1746. 2024-01-03 10:47:30 -08:00
Mike Battista 090137db5b Revert "Update tools to .NET 8. Fixed #1746."
This reverts commit 0eda145166.
2023-12-04 08:46:07 -08:00
Mike Battista 0eda145166 Update tools to .NET 8. Fixed #1746. 2023-11-30 10:17:24 -08:00
Andrew Arnott 0e77676365
Sign the Microsoft.Windows.Sdk.Win32Docs.dll assembly (#1380)
* Sign the Microsoft.Windows.Sdk.Win32Docs.dll assembly

We need to build it, sign it, then pack it.

* Update Nerdbank.GitVersioning
2022-11-22 19:41:29 -08:00
Rose b93bcec446
Update NuGet packages (#1302)
Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2022-10-18 15:33:47 -07:00
Andrew Arnott b286d8956c
Update repo SDK and build authoring (#942)
* Bump 5.0 SDK and runtimes to 6.0

* Make it very clear that Powershell 7 is required

The new `#Requires` line makes the DoAll script fail fast with a helpful error:

> .\DoAll.ps1 : The script 'DoAll.ps1' cannot be run because it contained a "#requires" statement for Windows PowerShell 7.0. The version of Windows PowerShell that is required by the script does not match the currently running version of Windows PowerShell 5.1.22000.653.

Before this, the user may get some weird error about `Select-String -Raw` not working.

* Fix BuildSdk.proj default build

It doesn't like to be *built*. It only likes to be packed.

* Improve discovery of VS installations

* Install the .NET 5 runtime for ClangSharpPInvokeGenerator
2022-06-01 15:16:12 -07:00
Rafael Rivera 15eda95fde
Add InvalidHandleValueAttribute support (#853)
* Add InvalidHandleValueAttribute, tests

* Add InvalidHandleValue attribute to FindVolumeHandle

* Address feedback

* Support multiple InvalidHandleValues

* Fix build
2022-03-28 15:08:07 -07:00