Skip to content

Mark SignalR SourceGen as not shipping for RC and RTM #42720

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

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

BrennanConroy
Copy link
Member

The SignalR client source generator work isn't RC/RTM ready yet. Marking it as non-shipping for RC/RTM.

Copied a bug fix and some formatting changes from #38025 as well.

@BrennanConroy BrennanConroy added the area-signalr Includes: SignalR clients and servers label Jul 13, 2022
@BrennanConroy BrennanConroy requested a review from halter73 as a code owner July 13, 2022 20:47
public static string SourceFilePrefix()
{
return @"// <auto-generated>
// Generated by Microsoft.AspNetCore.Client.SourceGenerator
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about adding the assembly file version to the header? e.g.

Generated by Microsoft.AspNetCore.Client.SourceGenerator 7.0.22.35609

Makes it easier to see at a glance what version of the generator ran.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what comes from the AssemblyInfo generator:

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like a good addition once we start shipping this package.

@BrennanConroy BrennanConroy merged commit 6b7781d into main Aug 4, 2022
@BrennanConroy BrennanConroy deleted the brecon/noship branch August 4, 2022 23:26
@ghost ghost added this to the 7.0-rc1 milestone Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants