Skip to content

[Blazor] Applies API review feedback and removes byte array APIs from the public API surface#35768

Merged
javiercn merged 4 commits intomainfrom
javiercn/apply-persistence-api-review-feedback-no-spanified-apis
Aug 27, 2021
Merged

[Blazor] Applies API review feedback and removes byte array APIs from the public API surface#35768
javiercn merged 4 commits intomainfrom
javiercn/apply-persistence-api-review-feedback-no-spanified-apis

Conversation

@javiercn
Copy link
Member

@javiercn javiercn commented Aug 26, 2021

Renames

  • Lifetime -> Infrastructure
    • ComponentApplicationLifetime -> ComponentStatePersistenceManager
    • ComponentApplicationState -> PersistentComponentState
    • OnPersisting -> Subscription RegisterOnPersisting(Func callback)
    • IComponentApplicationStateStore -> IComponentPersistedStateStore

@TanayParikh
Copy link
Contributor

Just did a quick parse and I'm seeing Base64 encoding/serialization of byte arrays. Is there an opportunity to leverage the byte[] interop to optimize this area?

@javiercn
Copy link
Member Author

Just did a quick parse and I'm seeing Base64 encoding/serialization of byte arrays. Is there an opportunity to leverage the byte[] interop to optimize this area?

nope, all these things happen outside of blazor.

@Pilchie Pilchie changed the title [Blazor] Applies API review feedback and removes bite array APIs from the public API surface [Blazor] Applies API review feedback and removes byte array APIs from the public API surface Aug 26, 2021
@Pilchie Pilchie added the area-blazor Includes: Blazor, Razor Components label Aug 26, 2021
@javiercn javiercn force-pushed the javiercn/apply-persistence-api-review-feedback-no-spanified-apis branch from 53ad637 to b1d7ab9 Compare August 27, 2021 10:37
@javiercn javiercn force-pushed the javiercn/apply-persistence-api-review-feedback-no-spanified-apis branch from b1d7ab9 to e9124de Compare August 27, 2021 11:59
@javiercn javiercn merged commit b849efe into main Aug 27, 2021
@javiercn javiercn deleted the javiercn/apply-persistence-api-review-feedback-no-spanified-apis branch August 27, 2021 15:38
@ghost ghost added this to the 7.0-preview1 milestone Aug 27, 2021
@javiercn javiercn modified the milestones: 7.0-preview1, 6.0.0 Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants