Skip to content
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

AppModel docs and cleanup for 6.0 #57682

Closed
6 of 9 tasks
agocke opened this issue Aug 18, 2021 · 3 comments
Closed
6 of 9 tasks

AppModel docs and cleanup for 6.0 #57682

agocke opened this issue Aug 18, 2021 · 3 comments
Labels
area-Single-File linkable-framework Issues associated with delivering a linker friendly framework
Milestone

Comments

@agocke
Copy link
Member

agocke commented Aug 18, 2021

List of outstanding cleanup work for 6.0 for trimming, single-file, and hosting.

Trimming

  • Doc page for "known incompatibilities"
    • WPF and Winforms
    • Built-in COM
      • Need a page on COMWrappers to link to
    • Assembly load
    • Serializers
      • Safe serialization with System.Text.Json source generators
  • Port docs for all warnings from mono/linker repo to dotnet docs
  • Document DynamicDependencyAttribute
  • Enable #nullable in more places, use BannedApiAnalyzer to prevent using Cecil Resolve directly
  • Remove unnecessary mentions of the term "linking" or "linker."

Host + single file

@dotnet-issue-labeler dotnet-issue-labeler bot added area-Single-File untriaged New issue has not been triaged by the area owner labels Aug 18, 2021
@ghost
Copy link

ghost commented Aug 18, 2021

Tagging subscribers to this area: @agocke, @vitek-karas, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

List of outstanding cleanup work for 6.0 for trimming, single-file, and hosting.

Trimming

  • Doc page for "known incompatibilities"
    • WPF and Winforms
    • Built-in COM
      • Need a page on COMWrappers to link to
    • Assembly load
    • Serializers
  • Port docs for all warnings from mono/linker repo to dotnet docs
  • Enable #nullable in more places, use BannedApiAnalyzer to prevent using Cecil Resolve directly

Host + single file

Author: agocke
Assignees: -
Labels:

area-Single-File, untriaged

Milestone: -

@agocke agocke added linkable-framework Issues associated with delivering a linker friendly framework and removed untriaged New issue has not been triaged by the area owner labels Aug 18, 2021
@ghost
Copy link

ghost commented Aug 18, 2021

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr
See info in area-owners.md if you want to be subscribed.

Issue Details

List of outstanding cleanup work for 6.0 for trimming, single-file, and hosting.

Trimming

  • Doc page for "known incompatibilities"
    • WPF and Winforms
    • Built-in COM
      • Need a page on COMWrappers to link to
    • Assembly load
    • Serializers
  • Port docs for all warnings from mono/linker repo to dotnet docs
  • Enable #nullable in more places, use BannedApiAnalyzer to prevent using Cecil Resolve directly

Host + single file

Author: agocke
Assignees: -
Labels:

area-Single-File, linkable-framework

Milestone: -

@agocke agocke added this to the 6.0.0 milestone Aug 18, 2021
@jeffhandley jeffhandley modified the milestones: 6.0.0, 6.0.x Nov 22, 2021
@agocke
Copy link
Member Author

agocke commented Jul 28, 2022

This is done for now. The live host is still an open issue, but will be more complicated.

@agocke agocke closed this as completed Jul 28, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Single-File linkable-framework Issues associated with delivering a linker friendly framework
Projects
Archived in project
Development

No branches or pull requests

2 participants