Conversation
Add links to NuGet feeds, reorder sections.
|
@jaredpar @jinujoseph @mikadumont @kendrahavens @JoeRobich @jasonmalinowski @dotnet/roslyn PTAL |
README.md
Outdated
| See [what's new with the C# and VB compilers](https://github.com/dotnet/roslyn/wiki/Changelog-for-C%23-and-VB-compilers). | ||
|
|
||
| **Pre-release builds** are available from the following public NuGet feeds: | ||
| - [Compiler](https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet5): `https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json` |
There was a problem hiding this comment.
Should we mention that to get rolling Compiler builds they would need to reference the dotnet-tools feed instead? dotnet5 seems to track the latest sdk preview.
There was a problem hiding this comment.
Changed the Compiler link to point to dotnet-tools and added .NET SDK as a separate feed. Looks good?
jasonmalinowski
left a comment
There was a problem hiding this comment.
Never liked that we had CI first, since it was probably the least useful for somebody actually wanting to read our README. 😄
README.md
Outdated
|
|
||
|
|
||
| [//]: # (End current test results) | ||
| Roslyn provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio. |
There was a problem hiding this comment.
I feel like badges should go at the top. Most repos I've seen have the discussion links at the top and I don't see any need to break with that form.
There was a problem hiding this comment.
Why does anyone care about status of 30 build pipelines?
There was a problem hiding this comment.
I don't see any form being broken. https://github.com/dotnet/runtime
There was a problem hiding this comment.
I just mean the chat links. And in that example, the gitter link is above the summary.
There was a problem hiding this comment.
Moved chat links higher up.
…-pointers * upstream/master: (207 commits) Update argument state when parameter has not-null type (dotnet#46072) Fix TypeWithAnnotations.ToTypeWithState() for (untyped) null literal (dotnet#46344) Update README (dotnet#46136) Revert "Revert "Support nullable annotations on unconstrained type parameters"" Revert "Support nullable annotations on unconstrained type parameters (dotnet#45993)" Fix type in publish data Update VSIXExpInstaller version to one available on ADO Update publish data for 16.8 Update version of RichCodeNav.EnvVarDump A fixed initializer must be bound to its natural type (dotnet#46293) Update features merged into 16.7p4 (dotnet#46229) Async-streams: disposal should continue without jump within a finally (dotnet#46188) Recommend default in type constraint, but not record (dotnet#46311) Add use site diagnostics to IsUnmanaged (dotnet#46114) Add another flaky test. Ensure NuGet connections use TLS 1.2 Update to Microsoft.CodeAnalysis.Testing 1.0.1-beta1.20374.2 Skip flaky test. Fix build break. (dotnet#46303) Skip a flaky test Relates to dotnet#46304 ...
…to function-pointer-type-lookup * upstream/features/function-pointers: (212 commits) Correct public API number. Update argument state when parameter has not-null type (dotnet#46072) Fix TypeWithAnnotations.ToTypeWithState() for (untyped) null literal (dotnet#46344) Update README (dotnet#46136) Revert "Revert "Support nullable annotations on unconstrained type parameters"" Revert "Support nullable annotations on unconstrained type parameters (dotnet#45993)" Fix type in publish data Update VSIXExpInstaller version to one available on ADO Update publish data for 16.8 Update version of RichCodeNav.EnvVarDump A fixed initializer must be bound to its natural type (dotnet#46293) Update features merged into 16.7p4 (dotnet#46229) Async-streams: disposal should continue without jump within a finally (dotnet#46188) Recommend default in type constraint, but not record (dotnet#46311) Add use site diagnostics to IsUnmanaged (dotnet#46114) Add another flaky test. Ensure NuGet connections use TLS 1.2 Update to Microsoft.CodeAnalysis.Testing 1.0.1-beta1.20374.2 Skip flaky test. Fix build break. (dotnet#46303) ...

Add links to NuGet feeds, reorder sections - move CI status to the bottom.