Skip to content

Bump Microsoft.Windows.CsWinRT from 1.3.3 to 1.4.1 in /Source#57

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Source/master/Microsoft.Windows.CsWinRT-1.4.1
Closed

Bump Microsoft.Windows.CsWinRT from 1.3.3 to 1.4.1 in /Source#57
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/Source/master/Microsoft.Windows.CsWinRT-1.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 19, 2021

Copy link
Copy Markdown

Bumps Microsoft.Windows.CsWinRT from 1.3.3 to 1.4.1.

Release notes

Sourced from Microsoft.Windows.CsWinRT's releases.

CsWinRT v1.4.0-prerelease.211028.1

Release Notes

This is a prerelease version of C#/WinRT focused on performance improvements to the runtime and projection code. The preview Windows SDK packages below can be consumed by setting the following property in your C# project file:

<WindowsSdkPackageVersion>10.0.xxxxx.22-preview</WindowsSdkPackageVersion

C#/WinRT package: https://www.nuget.org/packages/Microsoft.Windows.CsWinRT/1.4.0-prerelease.211028.1

.NET Windows SDK targeting packages: https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22000.22-preview https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.20348.22-preview https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.19041.22-preview https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.18362.22-preview https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.22-preview

Breaking changes

This version of C#/WinRT includes AssemblyVersion changes in both the runtime and generated Windows SDK projection assemblies:

  • WinRT.Runtime.dll: AssemblyVersion incremented from 1.3.0.0 to 1.4.0.0
  • Microsoft.Windows.SDK.NET.dll: AssemblyVersion incremented from 10.0.xxxxx.21 to 10.0.xxxxx.22

The AssemblyVersion changes are due to the fact that this version of C#/WinRT generates new helper methods for non-exclusive interfaces which are consumed by the generated code of a type implementing that interface. The impact of the AssemblyVersion changes is that components/projections that are built using this version of C#/WinRT and that implement interfaces from another projection (e.g., the Windows SDK or WinUI projection) will need an updated version of the other projection built using this version of C#/WinRT. Otherwise, you may see errors similar to the following:

Error CS0234: The type or namespace name 'IGraphicsEffectMethods' does not exist in the namespace 'ABI.Windows.Graphics.Effects' (are you missing an assembly reference?)

Performance improvements

  • Minimize usage of IDynamicInterfaceCastable: Improves performance in RCW function calls and reduces number of objects being created (#1015)
  • Optimize activation factory caching to always pin for life of the process (#1021)
  • Reduce cost of subscribing to events (#1027)
  • Initialize generic marshaller helper functions lazily to reduce reflection code (#1001)
  • Minimize Lazy<> usage and replace with Interlocked.CompareExchange (#1014)
  • Reduce redundant activation factory lookup (#1001)
  • Lazy creation of concurrent dictionaries (#1001)
  • Improve activation for string operations and dictionaries (#1006)
  • Cache IsWindowsRuntimeType (type marshalling improvements) (#1005)
  • CreateObject microbenchmark optimizations (reduce time spent during RCW creation and improvements in drawing) (#1010)
  • Dictionary lookup caching (#1033)

Bug fixes

  • Issue fixed where second event handler not called (#626)

Changes:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Windows.CsWinRT](https://github.com/microsoft/cswinrt) from 1.3.3 to 1.4.1.
- [Release notes](https://github.com/microsoft/cswinrt/releases)
- [Changelog](https://github.com/microsoft/CsWinRT/blob/master/docs/breakingchanges-rc2.md)
- [Commits](https://github.com/microsoft/cswinrt/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWinRT
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Nov 19, 2021

Copy link
Copy Markdown
Author

The following labels could not be found: :heavy_check_mark: dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Feb 9, 2022

Copy link
Copy Markdown
Author

Superseded by #65.

@dependabot dependabot Bot closed this Feb 9, 2022
@dependabot dependabot Bot deleted the dependabot/nuget/Source/master/Microsoft.Windows.CsWinRT-1.4.1 branch February 9, 2022 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants