Skip to content

Bump Microsoft.Windows.CsWin32 from 0.3.330 to 0.3.333 - #1469

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Microsoft.Windows.CsWin32-0.3.333
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Microsoft.Windows.CsWin32-0.3.333

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Windows.CsWin32 from 0.3.330 to 0.3.333.

Release notes

Sourced from Microsoft.Windows.CsWin32's releases.

0.3.333

Feature Improvements

  • Smarter COM marshalling (#​1771). CsWin32 now automatically marshals recognized COM outputs as WinRT objects when appropriate.
  • Simpler IID/PPV calls (#​1720). IID and void** parameter pairs now produce generic <T> overloads.

Before:

shellItem.BindToHandler(pbc, in bhid, typeof(IStream).GUID, out object result);
IStream stream = (IStream)result;

After:

shellItem.BindToHandler<IStream>(pbc, in bhid, out IStream stream);

CsWin32 supplies the IID and returns the strongly typed interface directly.

Changes:

Fixes:

  • #​1745: Invalid Code Generated for CsWin32.UI.Accessibility methods/interfaces/Delegates With "allowMarshaling": true
  • #​1739: NullReferenceException from passing null as CallbackParam for MiniDumpWriteDump

Others:

  • #​1812: Make generator path quoting test cross-platform
  • #​1810: Preserve coclass generic type fields for AOT
  • #​1809: Quote generator tool path in command line
  • #​1771: Automatically marshal COM outputs as WinRT
  • #​1789: Update dotnet monorepo to 5.9.0
  • #​1797: Update dependency nerdbank.dotnetrepotools to v1.5.42
See More
  • #​1803: Update dependency CSharpIsNullAnalyzer to 0.2.19 - autoclosed
  • #​1801: Update dependency Microsoft.Windows.SDK.CPP to 10.0.28000.2705
  • #​1800: Update dependency Microsoft.Windows.SDK.BuildTools to 10.0.28000.2705
  • #​1788: Update dependency Microsoft.NET.Test.Sdk to 18.9.0
  • #​1787: Update dependency powershell to v7.6.5
  • #​1782: Update Dockerfile and global.json updates
  • #​1786: Qualify special string typedefs (PCWSTR) to Windows.Win32.Foundation for non-Win32 metadata
  • #​1784: Update dependency NuGet.Protocol to 7.9.0
  • #​1781: Null-terminate PCSTR friendly overload strings
  • #​1775: Generated string-friendly overloads for PCSTR parameters do not append a null terminator
    ... (truncated)

Commits viewable in compare view.

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWin32
  dependency-version: 0.3.333
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from dorssel as a code owner September 3, 2026 18:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 8 0 0 0.06s
✅ ACTION zizmor 8 0 0 2.64s
✅ EDITORCONFIG editorconfig-checker 211 0 0 0.16s
✅ JSON jsonlint 5 0 0 0.08s
✅ JSON prettier 5 0 0 0.27s
✅ JSON v8r 5 0 0 2.45s
✅ MARKDOWN markdownlint 4 0 0 0.45s
✅ MARKDOWN markdown-table-formatter 4 0 0 0.15s
✅ REPOSITORY betterleaks yes no no 0.65s
✅ REPOSITORY checkov yes no no 16.17s
✅ REPOSITORY git_diff yes no no 0.03s
✅ REPOSITORY grype yes no no 50.89s
✅ REPOSITORY osv-scanner yes no no 0.44s
✅ REPOSITORY secretlint yes no no 2.26s
✅ REPOSITORY syft yes no no 1.6s
✅ REPOSITORY trivy-sbom yes no no 1.02s
✅ REPOSITORY trufflehog yes no no 2.85s
✅ XML xmllint 22 0 0 0.87s
✅ YAML prettier 13 0 0 0.67s
✅ YAML v8r 13 0 0 7.17s
✅ YAML yamllint 13 0 0 0.55s

See detailed reports in MegaLinter artifacts

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/Microsoft.Windows.CsWin32 0.3.333 UnknownUnknown
nuget/Microsoft.Windows.CsWin32 0.3.333 UnknownUnknown
nuget/Microsoft.Windows.CsWin32 0.3.333 UnknownUnknown

Scanned Files

  • UnitTests/UnitTests.csproj
  • Usbipd/Usbipd.csproj
  • Win32ResourceGenerator/Win32ResourceGenerator.csproj

@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.00%. Comparing base (1ab62eb) to head (95c6c15).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1469   +/-   ##
=======================================
  Coverage   43.00%   43.00%           
=======================================
  Files          42       42           
  Lines        3481     3481           
  Branches      646      646           
=======================================
  Hits         1497     1497           
  Misses       1880     1880           
  Partials      104      104           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like Microsoft.Windows.CsWin32 is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/Microsoft.Windows.CsWin32-0.3.333 branch from 95c6c15 to 9b8b326 Compare September 4, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants