Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 Proof of Concept #199

Closed

Conversation

jeremy-visionaid
Copy link
Collaborator

Draft proof of concept for v3.0 (#194)

</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try to make time to do some tests later, but one small thing here - can these nuget references be conditionalized so they're only included for .NET Standard 2?
(refs comments in #123 about them being built in to .NET)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Numpsy Good call, I'd missed that a package was available for it for netstandard2.0.

{0x00000010, "PIDSI_CHARCOUNT" },
{0x00000012, "PIDSI_APPNAME" },
{0x00000013, "PIDSI_DOC_SECURITY" }
}.ToImmutableDictionary();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ponders whether FrozenDictionary would work better than ImmutableDictionary here?

@Numpsy
Copy link
Contributor

Numpsy commented Nov 14, 2024

Can we get #204 into this branch?

Though sayting that I see the change in the 3.0-draft branch but not here

@jeremy-visionaid
Copy link
Collaborator Author

@Numpsy Ah yup, I already ported the code for VT_I8, but the branch was stale

@Numpsy
Copy link
Contributor

Numpsy commented Nov 14, 2024

The v3 draft branch doesn't seem to contain #190 ?

@jeremy-visionaid
Copy link
Collaborator Author

This has been superseded by merging to master

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.

2 participants