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

UTF8 string IDE follow up items #60582

Open
5 of 7 tasks
davidwengier opened this issue Apr 5, 2022 · 0 comments
Open
5 of 7 tasks

UTF8 string IDE follow up items #60582

davidwengier opened this issue Apr 5, 2022 · 0 comments
Assignees
Labels
Area-IDE New Feature - Utf8StringLiterals User Story A single user-facing feature. Can be grouped under an epic.
Milestone

Comments

@davidwengier
Copy link
Contributor

davidwengier commented Apr 5, 2022

Relates to #58848
Proposal - https://github.com/dotnet/csharplang/blob/main/proposals/utf8-string-literals.md

Existing features:

New potential features:

  • Code style option to prefer "abc"u8" instead of new byte[] { 1, 2, 3}` - Code style to convert byte arrays to UTF8 strings #60647
  • (The same) code style option to prefer "abc"u8" instead of Encoding.UTF8.GetBytes("literal")
  • Code style option to prefer explicit u8 suffix for ROS<byte> x = "ABC" No longer applicable
@davidwengier davidwengier self-assigned this Apr 5, 2022
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Apr 5, 2022
@mikadumont mikadumont added the User Story A single user-facing feature. Can be grouped under an epic. label Apr 6, 2022
@mikadumont mikadumont added this to the 17.3 milestone Apr 6, 2022
@jinujoseph jinujoseph removed the untriaged Issues and PRs which have not yet been triaged by a lead label Apr 6, 2022
@arkalyanms arkalyanms modified the milestones: 17.3, 17.6 P2 Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE New Feature - Utf8StringLiterals User Story A single user-facing feature. Can be grouped under an epic.
Projects
None yet
Development

No branches or pull requests

4 participants