Mike Battista
c711cb5b4b
Fixed #903 .
2023-03-24 16:43:24 -07:00
Mike Battista
8387ddf166
Fixed #903 .
2023-03-23 14:43:45 -07:00
Mike Battista
3380fbb287
Fixed #1495 .
2023-03-17 00:10:07 -07:00
Rafael Rivera
57e769fcb5
Add GC host header, types
2023-03-16 22:37:05 -07:00
Mike Battista
0eb1185323
Fixed #408 . Fixed #240 .
2023-03-15 00:24:44 -07:00
Mike Battista
076d1ffad9
Ignore case when testing for duplicates.
2023-03-13 14:20:50 -07:00
Mike Battista
0c1229e059
Fixed #1485 .
2023-03-09 10:50:34 -08:00
Mike Battista
e0c38ed95f
Fixed #1242 .
2023-03-03 08:59:46 -08:00
Mike Battista
5b659c47d7
Fixed #1372 .
2023-02-28 17:15:29 -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
Steve Otteson
c9e348a3c4
Use a common property for the last release version. ( #1186 )
...
Add a script to edit that property and clear the known changes.
2022-08-29 14:27:18 -07:00
Steve Otteson
5975864f00
Update to v30 ( #1184 )
2022-08-29 00:28:53 -07:00
Steve Otteson
79e53af71a
Update last release ver to 28.0.1-preview ( #1110 )
2022-08-22 14:11:51 -07:00
Steve Otteson
a8f880de53
Clear out changes after doing a release ( #1057 )
2022-08-18 00:37:51 -07:00
Steve Otteson
0086803694
Remove need for baseline winmd ( #1056 )
2022-08-17 23:15:08 -07:00
dependabot[bot]
52bc451c1e
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /tests/Windows.Win32.Tests ( #979 )
...
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:36:46 -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
dde309ef4b
Avoid cyclical dependencies by fixing the ones we have ( #914 )
...
Fix winmdutils to properly display cycles
Add a test to break if there are any cycles in the winmd
2022-05-04 23:21:11 -07:00
Steve Otteson
8340907e26
Fixes #846 - Fix some delegates that weren't emitted correctly
...
Also found that many delegate parameters were in/out when they should only be in
2022-03-30 16:02:26 -07:00
Steve Otteson
5dc53dc261
Fixes #725 - SupportedArchitecture dependency issue
...
Added a test to catch this kind of issue in the future
2021-11-09 13:38:27 -08:00
Steve Otteson
beb18b9d04
Move to sdk version 22000 plus a ton of changes in header coverage ( #697 )
2021-10-13 21:32:51 -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