-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Interpolated string improvements #355
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Closed
https://ufcpp.net/study/csharp/st_string.html#csharp10-improvement に「別途ページを改めて」記載入れた。 |
net6.0 でなくても、 System.Runtime.CompilerServices.DefaultInterpolatedStringHandler って名前の型さえあればそれが使われること確認。 諸事情あって ↑ を netstandard2.0 に移植したい場合、
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dotnet/csharplang/blob/main/proposals/csharp-10.0/improved-interpolated-strings.md
https://gist.github.com/ufcpp/233d33b0220215bb5bdf2a10e8a434bf
https://ufcpp.net/blog/2021/8/net6p7/#interpolated-string
https://github.com/ufcpp/UfcppSample/tree/master/Demo/2021/Csharp10/InterpolatedStrings
https://ufcpp.net/study/csharp/st_string.html#string-interpolation の中に h3 レベルのセクション追加でいいかな。
The text was updated successfully, but these errors were encountered: