Craig Macomber (Microsoft)

Results 73 issues of Craig Macomber (Microsoft)

## Description Proof of concept Work in Progress. Introduce "SharedObjectKernel" and "SharedKernelFactory" abstraction as internal types to use to build SharedObjects. These abstractions separate the DDS specific policy logic from...

area: framework
area: dds
dependencies
public api change
area: dds: tree
base: main

## Description This should fail on CI ## Reviewer Guidance Test PR, no review desired.

area: dds
public api change
area: dds: tree
base: main

## Summary It is possible to `type` export a class. Doing so impacts how it can be used (it becomes impossible to access statics, use instanceof, extend it, etc) but...