Anders Mörner

Results 55 comments of Anders Mörner

There are plenty of failing tests. Please take a look and fix that

I think it looks fine. I would like you to change the name though. `SoapCoreSerializer` is a bit too close to `SoapSerializer`. Since it serializes input parameters I think that...

I think I'm ready to merge this. There are conflicts in SoapCoreOptions.cs that has to be resolved first though

The conflicts are still there. Please resolve them, then I can merge this branch

I haven't tested this myself but you should be able to use [MessageHeader]-attribute in a [MessageContract]. See https://github.com/DigDes/SoapCore/blob/develop/src/SoapCore.Tests/Serialization/MessageHeadersTests.cs

That seems odd. I don't really have the time to dive into this at the moment but I've done an overview. I don't think there is a version of the...

Thanks for the PR. Unfortunately, it doesn't build. Can you fix the errors please?

I seem to be the only somewhat active maintainer here and I don't have a lot of time to dedicate to this project. You seem to have encountered a bug....

You could implement your own IAsyncMessageFilter. See https://github.com/DigDes/SoapCore/blob/a2bcb47e8924efe44a245919a8b48e9101f4dd90/src/SoapCore/WsMessageFilter.cs#L13 Another option would be to use a ISoapMessageProcessor (https://github.com/DigDes/SoapCore?tab=readme-ov-file#using-isoapmessageprocessor) to implement the custom authorization