-
Notifications
You must be signed in to change notification settings - Fork 567
Add CoreWCF Services Support #5473
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
base: main
Are you sure you want to change the base?
Conversation
4e0e6d8
to
6b217de
Compare
4049c03
to
3f6dad8
Compare
5787e3c
to
7eef23d
Compare
c4daf36
to
dd2e1d2
Compare
0fc1297
to
6d4fa39
Compare
ebc64f8
to
bae0e73
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
f092ed7
to
274dc78
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
NuGet.config
Outdated
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> | ||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> | ||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I remember this correctly, this is not allowed, We should achieve this through dotnet-public.
NuGet.config
Outdated
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> | ||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> | ||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="CoreWCF_Dev" value="https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we just use the latest CoreWCF package for this? Or perhaps this should be added to the dotnet-public?
eng/SendToHelix.proj
Outdated
|
||
<Target Name="InstallDotNet"> | ||
<ItemGroup> | ||
<AdditionalDotNetPackage Include="8.0.5"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be downgrade; can we use what is available provided by arcade?
d2b48bc
to
5301ab2
Compare
3370a51
to
a5b1c1c
Compare
/azp run |
Commenter does not have sufficient privileges for PR 5473 in repo dotnet/wcf |
/azp run |
Pull request contains merge conflicts. |
f9dc9da
to
d1ec63f
Compare
87edf75
to
41f3ec1
Compare
0f5c2f0
to
d11e770
Compare
529bd04
to
af14463
Compare
src/System.Private.ServiceModel/tools/SelfHostedCoreWcfService/Properties/launchSettings.json
Outdated
Show resolved
Hide resolved
@afifi-ins, just the one comment about the launchSettings.json file, and can you rebase this PR and squash your commits down to a single commit? |
…ice for test hosts. Refactor project for CoreWCF compatibility and updates. This commit includes significant updates to transition the codebase from traditional WCF to CoreWCF, enhancing compatibility with .NET Core. Key changes include: - Updates to Azure pipeline configurations to support new environment variables and MacOS build conditions. - Introduction of new methods in `ConditionalTestDetectors.cs` for checking CoreWCF service status. - Improvements in error handling within `ServiceUtilHelper.cs` for HTTP requests. - Fixes to endpoint address formatting in `Endpoints.cs`. - Implementation of digest authentication in new `DigestAuthentication` classes. - Enhancements to certificate handling in `CertificateGenerator` and `CertificateManager`. - Updates to various test classes to improve reliability when running with CoreWCF. - Overall project structure and dependency updates to reflect the new architecture using CoreWCF and .NET Core compatibility.
daf8ca1
to
6914632
Compare
Rebase latest branch