dotnet/roslyn

Allow unsafe code in Interactive Window

オープン

#48,631 opened on 2020/10/15

 (8 件のコメント) (5 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-InteractiveConcept-Continuous ImprovementInteractive-ScriptingIDEhelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Currently the code is compiled in safe context, which makes experimenting with (function) pointers awkward (all unsafe code must be wrapped in unsafe { }).

We should enable unsafe context by default.

In addition, we could add #unsafe (on|off|enable|disable) host command that toggles the setting.

コントリビューターガイド