0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.18.1 (#285) More... 19 days ago
Bump version to 0.18.0 (#284) More... 19 days ago
Support removing method handlers. (#281) More... 21 days ago
SignalHandlerRegistration/WrappedDisposable: avoid Dispose deadlock. (#280) More... 23 days ago
Fix DisposeTriggersRequestAborted test. More... about 1 month ago
Bump version to 0.17.0. (#276) More... about 1 month ago
Protocol: limit max size hint. (#275) More... about 2 months ago
Protocol: add MethodContext.RequestAborted. (#273) More... 2 months ago
README: update to focus on the protocol library. (#272) More... 3 months ago
Tool: ProtocolGenerator: use trimming/aot-safe methods only. (#271) More... 3 months ago
Protocol: make some members non-public. (#270) More... 3 months ago
Tool: codegen: if there's an exception, print the interface xml that triggered it. (#269) More... 3 months ago
Protocol: add documentation for trimming/NativeAOT. (#268) More... 3 months ago
Protocol: write byte as byte. (#267) More... 3 months ago
Protocol: throw DisconnectedException when trying to use a not-AutoConnect connection that got disconnected. (#266) More... 3 months ago
Protocol: obsolete members that are not trimming/nativeaot compatible. (#265) More... 3 months ago
Set DeterministicSourcePaths. (#264) More... 3 months ago
Protocol: Array/Dict: only include an explicit GetEnumerator. (#263) More... 3 months ago
Protocol: make Dict an IDictionary<TKey, TValue>. (#261) More... 3 months ago
Protocol: make Array an IList<T>. (#260) More... 3 months ago
Protocol: review Struct members. (#259) More... 3 months ago
Protocol: review Array members. (#258) More... 3 months ago
Protocol: Struct/Array/Dict parameter types must be valid variant types. (#257) More... 3 months ago
Remove IDBusReadable. (#256) More... 3 months ago
Protocol: annotation ReadStruct<>/WriteStruct<> as RequiresUnreferencedCode. (#255) More... 3 months ago
Protocol: annotate ReadDictionary<TKey, TValue>/WriteDictionary<TKey, TValue> as RequiresUnreferencedCode. (#254) More... 3 months ago
Protocol: annotate ReadArray<T>/WriteArray<T> as RequiresUnreferencedCode. (#253) More... 3 months ago
Protocol: suppress trimmer analysis in the *.Dynamic.cs files. (#252) More... 3 months ago
Protocol: enable Trim/Aot analyzers. (#251) More... 3 months ago
Obsolete Add Type Reader/Writer methods. (#250) More... 3 months ago