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

C# 対応 #401

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Add C# example
  • Loading branch information
kzrnm committed Mar 17, 2022
commit dff30cb2b708ed2139a9d7865358805637d77d1c
5 changes: 5 additions & 0 deletions examples/csharpsx/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*.cs]

# IDE1006: �����X�^�C��
dotnet_diagnostic.IDE1006.severity = silent
dotnet_diagnostic.IDE0044.severity = silent
Loading