Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / microsoft/CsWinRT issues and pull requests
#1474 - Add new api's to IObjectReference to safely use the underlying pointer.
Pull Request -
State: open - Opened by jlaanstra about 1 year ago
#1473 - Remove Lazy<T> uses on NativeAOT
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming
#1472 - Move all Platform APIs to WinRT.Runtime, remove leftover ones
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: code cleanup, trimming
#1471 - Use supported ILC patterns in projections
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: trimming, AOT
#1470 - Skip unnecessary method group delegate cache
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: authoring, trimming
#1469 - Cherry-pick #1380 (remove resurrect logic)
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: gc
#1468 - Reduce binary size in agile reference context cache
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming, AOT
#1466 - Expose api's for Context on ObjectReference.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1465 - Revert "Expose api's for Context on ObjectReference."
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1464 - Optimize ContextCallback on modern .NET
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: performance, trimming
#1463 - Enable IsAotCompatible for CsWinRT, fix all AOT warnings
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: AOT
#1462 - Remove unnecessary lambda expression stubs
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: trimming
#1461 - Drop [DynamicallyAccessedMembers] from Marshaler<T>.AbiType
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming
#1460 - Stop using ThreadLocal<T>, use [ThreadStatic]
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 3 comments
Labels: trimming
#1459 - Make marshalling 'System.Type' AOT-safe
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: AOT
#1458 - Remove object field and allocation from ObjectReference
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance
#1457 - Move private delegate extensions to WinRT.Runtime
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: code cleanup
#1456 - Move EventRegistrationTokenTable<T> to WinRT.Runtime
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: code cleanup
#1455 - Improve Marshaler<T> trimming for blittable types
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance, trimming, AOT
#1454 - Seal IObjectReference.TryAs<T> method
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: performance, trimming, AOT
#1453 - Remove [Serializable] support from exceptions
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: code cleanup
#1452 - Stop preserving interfaces from MarshalInspectable<T>
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: trimming
#1451 - Update version
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1450 - Drop all delegates and closures in MarshalInterface<T> on NAOT
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: performance, trimming, AOT
#1449 - Fix IL2091 warnings in generated activation factories
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: authoring, trimming
#1448 - Rewrite event registration token logic to improve performance, trimming
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: performance, trimming, AOT
#1447 - Add option to disable localized exception messages
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming, AOT
#1446 - Add option to disable IDynamicInterfaceCastable support
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming, AOT
#1445 - Optimize EventRegistrationTokenTable<T> removal
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance
#1444 - Remove Delegate.Method use in EventRegistrationTokenTable<T>
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance, trimming, AOT
#1443 - Trim out more legacy projections fallback paths
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: trimming, AOT
#1442 - Omit non public methods from preserved metadata
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming
#1441 - Reduce enum stubs codegen with NativeAOT
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 5 comments
Labels: performance, authoring, AOT
#1440 - Skip unnecessary lookup in EventRegistrationTokenTable<T>
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance
#1439 - Cannot compile or run under sample projects, "Could not load file or assembly 'System.Runtime' and 'Class not registered'.
Issue -
State: open - Opened by BradChase2011 about 1 year ago
Labels: bug
#1438 - Authoring a class derived from AutomationPeer hits error CS1729: 'FrameworkElementAutomationPeer' does not contain a constructor that takes 0 arguments
Issue -
State: open - Opened by jevansaks about 1 year ago
Labels: bug
#1437 - Rewrite MarshalGeneric<T> to minimize binary size on NativeAOT
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 4 comments
Labels: performance, trimming, AOT
#1436 - Fixing issues discovered during validation
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
- 1 comment
#1435 - Add support for feature switches, add option to disable dynamic objects support
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: trimming, AOT
#1434 - FindTypeByName always roots ExpandoObject (and is also undefined behavior)
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: bug, trimming, AOT
#1433 - ManagedIPropertyValueImpl.UnboxValue<T> is undefined behavior
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: bug
#1432 - Fix test issues discovered from enabling AOT for authoring scenarios
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1431 - Disable runtime marshalling for the CsWinRT repo.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
- 13 comments
Labels: performance, AOT
#1430 - Remove duplicate IDelegateVftbl and ReferenceTrackerTargetVftbl types from generated projections
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: code cleanup
#1429 - Remove LINQ expression dependencies on NativeAOT
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 6 comments
Labels: performance, authoring, AOT
#1428 - Authoring generator throws Win32Exception for methods with WindowId parameters
Issue -
State: open - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: bug, authoring
#1426 - Fix diagnostics for namespaces with internal partial types
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1425 - Error message for 'A public type has a namespace that shares no common prefix' doesn't specify the offending type
Issue -
State: closed - Opened by jevansaks about 1 year ago
- 2 comments
Labels: bug, authoring
#1424 - Even with a 'private' projection, contract types are generated as public instead of internal
Issue -
State: closed - Opened by jevansaks about 1 year ago
Labels: bug
#1423 - Add details about CsWinRTPrivateProjection nuget property
Pull Request -
State: closed - Opened by jevansaks about 1 year ago
#1422 - Update PR branch
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1421 - WUX/MUX prototype
Pull Request -
State: closed - Opened by jkoritzinsky about 1 year ago
- 15 comments
#1420 - Consider using the preview Interceptors feature instead of post-build patching for IIDOptimizer
Issue -
State: open - Opened by jkoritzinsky about 1 year ago
Labels: bug
#1419 - Out-of-proc activation not working due to interface not supported
Issue -
State: closed - Opened by hez2010 about 1 year ago
- 4 comments
Labels: bug
#1418 - WUX/MUX prototype
Pull Request -
State: closed - Opened by jkoritzinsky about 1 year ago
- 10 comments
#1417 - Win32: GridLength doesn't match UWP GridLength
Issue -
State: open - Opened by dotMorten over 4 years ago
- 10 comments
Labels: bug
#1416 - Remove out/in parameters from function pointers to avoid generating marshalling stubs.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
- 6 comments
#1415 - Fix issue with properties implemented across multiple static interfaces
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1414 - 'Could not find property getter interface' when processing I____Statics2
Issue -
State: closed - Opened by jevansaks about 1 year ago
Labels: bug
#1413 - Small tweaks to Marshaler<T>'s static cctor
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 4 comments
Labels: performance, trimming, AOT
#1411 - Move generic delegates vtable generation into projections
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1410 - Remove unnecessary new.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1409 - MarshalInspectable<T>.CopyAbiArray is missing
Issue -
State: closed - Opened by Scottj1s about 1 year ago
- 2 comments
Labels: bug, AssemblyVersion change
#1408 - Test PR
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1407 - Test PR
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1406 - Test PR
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1405 - Update baseline and pipeline badge
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1404 - Fix pipeline
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1403 - Add NativeAOT size and experimentation options
Pull Request -
State: open - Opened by Sergio0694 about 1 year ago
Labels: authoring, trimming, AOT
#1402 - Use hardcoded IIDs for all well known IReferenceArray<T> types
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance, trimming
#1401 - Make exported DllGetActivationFactory zero-alloc (take 2)
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance, gc, authoring, AOT
#1400 - Add MarshalString.FromAbiUnsafe API
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: enhancement, performance, gc
#1399 - Make exported DllGetActivationFactory zero-alloc
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: performance, authoring, AOT
#1398 - Incorrect trim annotations in ObjectReferenceWithContext<T>.GetCurrentContext()
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: bug, trimming
#1397 - Remove generated VftblPtr type
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: performance, authoring
#1396 - Minor trimming optimizations for authoring
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: authoring, AOT
#1395 - Allow dropping native host for NativeAOT WinRT components
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
- 4 comments
Labels: enhancement, authoring, AOT
#1394 - Skip interfaces not publicly accessible in authoring scenarios
Pull Request -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: bug, authoring
#1393 - Lost exception info (and exception type) across ABI boundary
Issue -
State: open - Opened by Sergio0694 about 1 year ago
- 5 comments
Labels: bug
#1392 - Drop wrapping properties for all vtable types, expose fields
Issue -
State: open - Opened by Sergio0694 about 1 year ago
- 1 comment
Labels: enhancement
#1391 - Expose api's for Context on ObjectReference.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1390 - Move ActivationFactory into WinRT.Runtime.dll
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
- 1 comment
#1389 - Add the implementation dll to make sure design time builds pick up on the output.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1388 - Update library/generated callsites of Marshal.QueryInterface for .NET 9
Issue -
State: open - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: enhancement
#1387 - Drop native host when publishing WinRT components with NativeAOT
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: enhancement, authoring
#1386 - Memory leak when using MediaTrancoder with .Net Stream adapter
Issue -
State: open - Opened by andriysavin about 1 year ago
- 3 comments
Labels: bug, gc
#1385 - SingleInterfaceOptimizedObject looks like it could be optimized (also, it's not trim/AOT friendly)
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
- 2 comments
Labels: bug, AOT
#1384 - Projections contain duplicate code for pretty much all APIs
Issue -
State: closed - Opened by Sergio0694 about 1 year ago
Labels: bug
#1383 - Handle async calls correctly in AotOptimizer
Pull Request -
State: closed - Opened by hez2010 about 1 year ago
- 1 comment
#1382 - Run benchmarks against .NET 6 dll.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1381 - Cache StringBuilder per thread and remove Lazy from GetRuntimeClassName.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1380 - Remove Resurrect logic as it shouldn't be needed for .NET 6 and newer.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
- 1 comment
#1379 - Use Marshal.AddRef/Release/QueryInterface.
Pull Request -
State: closed - Opened by jlaanstra about 1 year ago
#1378 - Merge master to staging
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
#1377 - Addressing issues with generics on AOT
Pull Request -
State: closed - Opened by manodasanW about 1 year ago
- 3 comments
#1376 - Marshalling blittable arrays should just pin them, not use GCHandle-s
Issue -
State: open - Opened by Sergio0694 about 1 year ago
Labels: enhancement
#1375 - Add Context checks to factory caching and simplify factory caching between factories and statics.
Pull Request -
State: closed - Opened by jlaanstra over 1 year ago
#1374 - Update staging with latest
Pull Request -
State: closed - Opened by manodasanW over 1 year ago
#1373 - Performance when WinRT is called from WinUI vs UWP
Issue -
State: open - Opened by HEIC-to-JPEG-Dev over 1 year ago
- 26 comments
Labels: bug, performance
#1372 - Adding new pipeline
Pull Request -
State: closed - Opened by manodasanW over 1 year ago