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

AssemblyBuilderAccess has no Save enum and RunAndSave enum #99224

Closed
Yuisyuu opened this issue Mar 4, 2024 · 2 comments
Closed

AssemblyBuilderAccess has no Save enum and RunAndSave enum #99224

Yuisyuu opened this issue Mar 4, 2024 · 2 comments

Comments

@Yuisyuu
Copy link

Yuisyuu commented Mar 4, 2024

Description

AssemblyBuilderAccess has no Save enum and RunAndSave enum.

Reproduction Steps

None

Expected behavior

AssemblyBuilderAccess has Save enum and RunAndSave enum.

Actual behavior

AssemblyBuilderAccess has no Save enum and RunAndSave enum.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 4, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Mar 4, 2024
@Yuisyuu Yuisyuu changed the title AssemblyBuilderAccess has no Save enum and RunAndSave enum AssemblyBuilderAccess has no Save enum and RunAndSave enum Mar 4, 2024
@huoyaoyuan huoyaoyuan added area-System.Reflection.Emit and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Mar 4, 2024
@ghost
Copy link

ghost commented Mar 4, 2024

Tagging subscribers to this area: @dotnet/area-system-reflection-emit
See info in area-owners.md if you want to be subscribed.

Issue Details

Description

AssemblyBuilderAccess has no Save enum and RunAndSave enum.

Reproduction Steps

None

Expected behavior

AssemblyBuilderAccess has Save enum and RunAndSave enum.

Actual behavior

AssemblyBuilderAccess has no Save enum and RunAndSave enum.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Author: Yuisyuu
Assignees: -
Labels:

area-System.Reflection.Emit, untriaged

Milestone: -

@huoyaoyuan
Copy link
Member

AssemblyBuilder.Save is currently work in progress for .NET Core. See the tracking issue #92975.

The team decided to use separated methods instead of enums for creating the assembly builder. See discussion in #83988.

@buyaa-n buyaa-n closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Mar 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants