Skip to content

Conversation

@ShaoHans
Copy link
Contributor

@ShaoHans ShaoHans commented Feb 11, 2025

Summary

On the page https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-persistence/?pivots=orleans-7-0 , the code snippet DateOfBirth property missing { get; set; }

[Serializable]
public class ProfileState
{
    public string Name { get; set; }

    public Date DateOfBirth
}

Internal previews

📄 File 🔗 Preview link
docs/orleans/grains/grain-persistence/index.md Grain persistence

@ShaoHans ShaoHans requested review from a team and IEvangelist as code owners February 11, 2025 09:40
@dotnetrepoman dotnetrepoman bot added this to the February 2025 milestone Feb 11, 2025
@ShaoHans ShaoHans changed the title Fix grain persistence index Fix orleans grain->persistence->index page Feb 11, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Feb 11, 2025
@IEvangelist IEvangelist enabled auto-merge (squash) February 18, 2025 20:07
@IEvangelist IEvangelist merged commit 5665ee7 into dotnet:main Feb 18, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants