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

8 Коммитов

Автор 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
dependabot[bot] 536ebc927c
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /tests/VtablesFromPdb (#978)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-26 12:37:06 -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
Steve Otteson 2bca58c779
Fixes #600 - Fix vtable ordering bug (#681)
* Fix bug where interfaces with overloaded functions had the wrong vtable order
Add test for vtable
Convert other tests to xunit

* Merge with main and make sue we clean the samples before we build them

* Add additional interfaces to test and test apps that helped produce the data

* Updated .winmd

* Update versions
2021-09-27 14:53:36 -07:00