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

Add CoreWCF Services Support #5473

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

afifi-ins
Copy link
Contributor

Rebase latest branch

@afifi-ins afifi-ins force-pushed the AddCoreWcfServicesatest branch 3 times, most recently from 5787e3c to 7eef23d Compare July 23, 2024 04:27
@HongGit
Copy link
Contributor

HongGit commented Sep 18, 2024

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@afifi-ins afifi-ins closed this Sep 18, 2024
@afifi-ins afifi-ins reopened this Sep 18, 2024
@HongGit
Copy link
Contributor

HongGit commented Sep 23, 2024

/azp run

Copy link

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" />
Copy link
Contributor

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" />
Copy link
Contributor

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?


<Target Name="InstallDotNet">
<ItemGroup>
<AdditionalDotNetPackage Include="8.0.5">
Copy link
Contributor

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?

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