Skip to content

Conversation

@carlossanlop
Copy link
Contributor

@carlossanlop carlossanlop commented Sep 14, 2021

The .NET 6.0 RC1 documentation is live now in MS Docs: https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0

I generated the IntelliSense nuget package version for that branch. Here's the pipeline output of the package push: https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=253085&view=logs&j=fd490c07-0b22-5182-fac9-6d67fe1e939b&t=11e7ea89-affe-5194-cdc6-0171c3394706

This is the change for main. I'll send a separate PR for the RC2 branch (after it gets snapped).

@carlossanlop carlossanlop added documentation Documentation bug or enhancement, does not impact product or test code area-Infrastructure labels Sep 14, 2021
@carlossanlop carlossanlop added this to the 6.0.0 milestone Sep 14, 2021
@carlossanlop carlossanlop self-assigned this Sep 14, 2021
@ghost
Copy link

ghost commented Sep 14, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

The .NET 6.0 RC1 documentation is live now in MS Docs: https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0

I generated the IntelliSense nuget package version for that branch. Here's the pipeline output of the package push: https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=253085&view=logs&j=fd490c07-0b22-5182-fac9-6d67fe1e939b&t=11e7ea89-affe-5194-cdc6-0171c3394706

This is the change for main. I'll send a separate PR for the RC2 branch.

Author: carlossanlop
Assignees: carlossanlop
Labels:

documentation, area-Infrastructure

Milestone: 6.0.0

@carlossanlop
Copy link
Contributor Author

carlossanlop commented Sep 14, 2021

@dotnet/runtime-infrastructure The CI is failing to find the intellisense package. Any idea what could be causing this? It was pushed here.

Build.proj(0,0): error NU1102: (NETCORE_ENGINEERING_TELEMETRY=Restore) Unable to find package Microsoft.Private.Intellisense with version (= 6.0.0-preview-20210914.1)
  - Found 2 version(s) in dotnet-public [ Nearest version: 1.0.0-rc3-24214-00 ]
  - Found 2 version(s) in dotnet6-transport [ Nearest version: 5.0.0-preview-20201104.1 ]
  - Found 1 version(s) in dotnet-eng [ Nearest version: 3.0.0-preview8-190815-0 ]
  - Found 1 version(s) in dotnet-tools [ Nearest version: 3.0.0-preview8-190815-0 ]
  - Found 0 version(s) in richnav
  - Found 0 version(s) in dotnet6
  - Found 0 version(s) in dotnet7-transport
  - Found 0 version(s) in dotnet7

@carlossanlop carlossanlop changed the title Bump intellisense version to RC1 Bump intellisense version to RC1 (main) Sep 14, 2021
@carlossanlop
Copy link
Contributor Author

@joperezr helped me. Apparently the package is being pushed to a feed called dotnet5-transport but we expect dotnet6-transport now, according to this file:

<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />

I'll contact the Docs Dev team so they fix the feed to which they publish the intellisense nuget package, then I will regenerate the pacakge, and will then update this PR with the new package number.

@carlossanlop carlossanlop added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Sep 14, 2021
@carlossanlop carlossanlop removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Sep 16, 2021
@carlossanlop
Copy link
Contributor Author

carlossanlop commented Sep 16, 2021

@ericstj @Anipik the nuget package was successfully consumed after we fixed the feed URL. Can I get a sign-off? I'll cherry-pick this to the RC2 branch in the meanwhile.

@carlossanlop carlossanlop merged commit 4ab121a into dotnet:main Sep 16, 2021
@ViktorHofer
Copy link
Member

ViktorHofer commented Sep 17, 2021

@joperezr helped me. Apparently the package is being pushed to a feed called dotnet5-transport but we expect dotnet6-transport now, according to this file:

.NET 7 (main) should not consume packages from the dotnet6* feeds. Instead we should publish that package to the dotnet7-transport feed as well. cc @mmitche

Tracking issue: #57716

danmoseley pushed a commit that referenced this pull request Sep 17, 2021
* Bump intellisense version to RC1

* Use package pushed to correct feed (dotnet6-transport)

Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>

Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
@carlossanlop carlossanlop deleted the intellisense_main branch July 28, 2023 15:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure documentation Documentation bug or enhancement, does not impact product or test code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants