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

Class not showing up #5449

Open
Varmod opened this issue Mar 13, 2024 · 1 comment
Open

Class not showing up #5449

Varmod opened this issue Mar 13, 2024 · 1 comment
Labels

Comments

@Varmod
Copy link

Varmod commented Mar 13, 2024

Not much a bug, more a request for help.
I'm porting some older code to netcore and I need to use the System.ServiceModel.Security.MessagePartSpecification class.
Given the github source code I would expect to find the class in the System.ServiceModel.Primitives nuget package, file link.

But the class is not there, I've tried other packages as well but I can't seem to find it anywhere. Could someone point me to where it is located?
The error I get is:
CS0246 The type or namespace name could not be found (are you missing a using directive or an assembly reference?)
Strangely enough some of the classes are showing up normally.

Currently I'm using the package versioned 6.1 since I'm not able to use the latest NET8 yet.

@HongGit
Copy link
Contributor

HongGit commented Mar 21, 2024

@Varmod the API you are asking is part of the message security feature which it is not supported yet. Could you please share your usage scenario? Please also share any other APIs you need, and not supported/exposed yet. If it's currently supported scenario in WCF Client, along with missing APIs, we will consider exposing these APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants