mus65

Results 12 issues of mus65

**Environment:** - Version: 5.2.1 - Branch: - [x] vs2019 - [ ] vs2017 - [ ] vs2015 - Installation/Running method: - [ ] Visual Studio Extension - [x] NuGet package...

If the application is hosted on a sub path in IIS, any request to the WSDL returns HTTP 400. I narrowed this down to the following code: https://github.com/CoreWCF/CoreWCF/blob/c92ca1a923a5b2e9bc5931f593e022123bd526df/src/CoreWCF.Primitives/src/CoreWCF/Channels/MetadataMiddleware.cs#L176-L184 Due to...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After deploying an update of our application at one of...

feature-iis
area-networking

**Describe the bug** Wenn adding a service to a project that doesn't have a dependency on the System.ServiceModel packages, these are automatically added with a floating version number (4.10.*). Please...

tooling
triaged

Contributes to #1271 . This was as simple as adding the NuGet package, deleting the old code and replacing the namespaces. It's just a matter of whether the tests pass...

I have "format on save" enabled in VS Code and have been frequently annoyed that this often causes changes in code that I didn't actually touch. This is due to...

Regression #4891 @bkoelman . If `/generateResponseClasses:false` is already specified for the API on the `Options` attribute of `` in the csproj, this change appears to cause it to be appended...

We were trying to make use of System.Text.Json source generation with a class that is pretty deeply nested with a lot of classes and properties. We noticed that this causes...

Resolution-Duplicate
Area-Analyzers
untriaged

This replaces the `DiagnosticAbstraction` with `Microsoft.Extensions.Logging.Abstractions` and allows consuming applications to pass their own `ILoggerFactory` to SSH.NET. I don't expect this to be merged as is since there are a...