Andrew Arnott
5b1bddbe2b
Merge pull request #1076 from AArnott/disconnectDocs
...
Add docs to help with disconnect investigations
2024-09-12 14:39:49 -06:00
Andrew Arnott
bf4b5209d5
Add docs to help with disconnect investigations
2024-09-12 09:12:46 -06:00
Ankit.
529012a4ab
Merge pull request #1075 from microsoft/updateversion
...
17.12 package version stabilization
2024-09-09 12:33:20 -07:00
Andrew Arnott
f2c0862c02
Merge pull request #1074 from AArnott/intrinsicArgs
...
Allow `JsonElement` as the `params` object in the `SystemTextJsonFormatter`
2024-09-06 10:40:08 -06:00
Ankit.
d4310018c3
Removed the preview tag
2024-09-06 09:20:22 -07:00
Andrew Arnott
ad6f43c71e
Allow `JsonElement` as the `params` object in the `SystemTextJsonFormatter`
2024-09-03 13:38:05 -06:00
Andrew Arnott
8f6f4a1e25
Merge pull request #1072 from AArnott/fixProxiesForIFacesNestedInInternal
...
Fix proxy generation based on `public` interfaces nested in `internal` ones
2024-08-27 09:24:53 -06:00
Andrew Arnott
cd79753dd4
Fix proxy generation based on `public` interfaces nested in `internal` ones
2024-08-27 08:40:52 -06:00
Andrew Arnott
1f95d3b1e0
Merge pull request #1070 from AArnott/fixProxiesWithDerivedInterfaces
...
Fix proxies with derived interfaces
2024-08-13 09:00:55 -06:00
Andrew Arnott
812d4b07ba
Allow non-unique interfaces to be requested
...
Now that we can handle interfaces being referenced twice *indirectly*, we might as well not throw when interfaces are referenced twice *directly*.
2024-08-12 18:25:17 -06:00
Andrew Arnott
8b1870480e
Fix proxy generation for interfaces A, B when B : A
...
When multiple interfaces are expressly implemented, and one derives from another, it led to over-subscription of the events on the base interface, causing failures at runtime.
The fix is to ensure we only visit each member once, by visiting each *type* once, regardless of the number of times it is referenced directly or indirectly in the list of types to implement.
2024-08-12 18:23:19 -06:00
CSIGS@microsoft.com
7a6977f9c0
Juno: check in to juno/hb_152458e8-e8c0-49aa-b375-9938c873e7e8_20240801154552837. ( #1068 )
2024-08-01 10:27:37 -06:00
Andrew Arnott
53dd557306
Merge pull request #1066 from AArnott/multiIfaceProxies
...
Enable generation of proxies that implement multiple interfaces
2024-07-26 11:09:51 -06:00
Andrew Arnott
ca1b9163dc
Enable generation of proxies that implement multiple interfaces
2024-07-25 10:25:08 -06:00
Andrew Arnott
dc105fd1a1
Merge pull request #1065 from AArnott/fix1064
...
Enable sending RPC marshalable objects *back* to their owner
2024-07-24 09:44:12 -06:00
Andrew Arnott
3a0d6bed83
Merge pull request #1063 from AArnott/libtemplateUpdate
...
Merge latest Library.Template
2024-07-23 17:18:04 -06:00
Andrew Arnott
b8d0639058
Build 2.20-beta
2024-07-23 17:14:39 -06:00
Andrew Arnott
3658dc34be
Insert into `rel/d17.11`
2024-07-23 17:12:35 -06:00
Andrew Arnott
dc24862f00
Enable sending RPC marshalable objects *back* to their owner
...
Closes #1064
2024-07-23 17:08:27 -06:00
Andrew Arnott
bdf6e1ef05
Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate
2024-07-23 10:27:45 -06:00
Andrew Arnott
92b244f8f2
Merge branch 'main' into microbuild
2024-07-15 15:58:42 -06:00
Andrew Arnott
21b5de7d86
Fix release pipeline
...
The `download` task evidently changed to no longer have the weird behavior where the `patterns` task input required us to prefix the pattern with the name of the artifact.
2024-07-15 15:52:54 -06:00
Andrew Arnott
b6b568aa6c
Merge pull request #1062 from microsoft/libtemplateUpdate
...
Fix the OptProf pipeline
2024-07-15 11:55:29 -06:00
Andrew Arnott
cfda6b1845
Merge pull request #276 from AArnott/fixOptProfPackageSigningLibTemplate
...
Sign the `*.VSInsertionMetadata` optprof package
2024-07-12 10:39:12 -06:00
Andrew Arnott
408cb6ab89
Merge remote-tracking branch 'libtemplate/fixOptProfPackageSigningLibTemplate' into libtemplateUpdate
2024-07-12 10:23:40 -06:00
Andrew Arnott
eb55d1b3cb
Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate
2024-07-12 10:22:16 -06:00
Andrew Arnott
0c9771db30
Break until the insertion project is renamed
2024-07-12 10:20:19 -06:00
Andrew Arnott
03d69cfcbb
Sign the `*.VSInsertionMetadata` optprof package
2024-07-12 10:01:32 -06:00
Andrew Arnott
f93bdce9c9
Skip codecov publishing without token
2024-07-10 10:19:19 -07:00
Andrew Arnott
baf10f7ffd
Fix github actions warnings
2024-07-10 10:15:20 -07:00
Andrew Arnott
ebd7dc1ea9
Bump MicroBuild to 2.0.162
2024-07-08 15:17:04 -06:00
Andrew Arnott
b1a24471f3
Merge branch 'main' into microbuild
2024-07-08 15:14:29 -06:00
Andrew Arnott
e69fef21e7
Bump several dependencies
2024-07-08 15:13:27 -06:00
Andrew Arnott
2b2d17b2b6
Merge pull request #1058 from AArnott/libtemplateUpdate
...
Merge latest Library.Template
2024-07-03 14:24:42 -06:00
Andrew Arnott
c2dd7ea636
Merge remote-tracking branch 'libtemplate/microbuild' into libtemplateUpdate
2024-07-03 12:41:24 -06:00
Andrew Arnott
71b9db8237
Merge branch 'main' into microbuild
2024-06-28 13:56:50 -06:00
Andrew Arnott
7233fa3c59
Fix copyright notice
2024-06-28 13:56:21 -06:00
Andrew Arnott
ebb586f8bb
Fix template expansion
2024-06-28 13:54:20 -06:00
Andrew Arnott
871d4a2cc1
Merge branch 'main' into microbuild
2024-06-28 12:18:16 -06:00
Andrew Arnott
19e67ad57a
Add support for VB.NET projects
2024-06-28 12:17:08 -06:00
Andrew Arnott
8fb137ad6c
Merge branch 'main' into microbuild
2024-06-28 07:04:01 -06:00
Andrew Arnott
ae01d878e7
Ignore .sarif files
2024-06-28 07:03:43 -06:00
Andrew Arnott
054fc88e85
Check for signed binaries in a broader scoped path
2024-06-27 16:39:42 -06:00
Andrew Arnott
0361871a9d
Merge pull request #1056 from AArnott/libtemplateUpdate
...
Bucket benchmarks among test symbols
2024-06-24 12:52:13 -06:00
Andrew Arnott
e0dabefeed
Bucket benchmarks among test symbols
...
This should keep it off the radar of the compliance check that we sign all shipping binaries.
2024-06-24 12:25:20 -06:00
Andrew Arnott
d1ea1326b8
Authenticate source code archival requests
2024-06-24 11:32:42 -06:00
dependabot[bot]
db5c05423b
Bump powershell from 7.4.2 to 7.4.3 ( #275 )
...
Bumps [powershell](https://github.com/PowerShell/PowerShell ) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/PowerShell/PowerShell/releases )
- [Commits](https://github.com/PowerShell/PowerShell/compare/v7.4.2...v7.4.3 )
---
updated-dependencies:
- dependency-name: powershell
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 09:07:14 -06:00
Andrew Arnott
52278b98d6
Merge pull request #1054 from AArnott/libtemplateUpdate
...
Merge latest Library.Template
2024-06-20 11:42:14 -06:00
Andrew Arnott
b98ecd9610
Merge pull request #1055 from AArnott/addTargetMethodMembers
...
Expose metadata about `TargetMethod` publicly
2024-06-19 17:32:04 -06:00
Andrew Arnott
98607d04d4
Expose metadata about `TargetMethod` publicly
...
This allows logging based on overridding `DispatchRequestAsync` to know what the target method is.
2024-06-19 17:16:33 -06:00