# CSharp-Analyzer **Repository Path**: callofduty890/CSharp-Analyzer ## Basic Information - **Project Name**: CSharp-Analyzer - **Description**: 当您使用visualstudio时,您认为运行少量代码进行测试太重了。 而且,几乎所有的C-IDE都需要保存才能运行。 这可以解决你的问题 这个程序有一个特殊的系统,即“包容系统”。 “包含系统”类似于C中的“#include”。 与“#include”一起使用时,可以包含其他文件。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2021-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intro * En C# Anaylzer! (using Roslyn and ICSharpCode) When you using Visual Studio, You think it is too heavy to run little code for test. And, almost C# IDE need saving to run. This can solve your problem. This program has special system, which is "inclusion system". "Inclusion System" is similar to "#include" in C. Using with "#include ", Can include other files. * Ko C# 분석기! (Roslyn과 ICSharpCode 사용) Visual Studio를 사용하다 보면, 작은 실험을 위한 코드를 실행하기에는 너무 무겁다고 생각이 들것입니다. 또한 대부분의 C# IDE는 실행하기 위해서는 저장할 것을 요구합니다. 이 프로그램은 이러한 문제들을 풀 수 있습니다. 이 프로그램은 "포함 시스템"이라는 특별한 시스템이 포함되어 있습니다. "포함 시스템"은 C의 "#include"와 유사합니다. "#include <경로>"를 통해서 다른 파일들을 포함할 수 있습니다. # How To Run Unzipping zip file and run "CSAnalyzer.exe". 압축을 풀고 "CSAnalyzer.exe"를 찾아서 실행하세요. # Info C# Version : 9.0 (It depend on Project's Language Version. Please check version in [csproj](https://github.com/Lukince/CSharp-Analyzer/blob/master/CSAnalyzer/CSAnalyzer.csproj)) C# 버전 : 9.0 (버전은 프로젝트의 언어 버전에 의존합니다. [csproj](https://github.com/Lukince/CSharp-Analyzer/blob/master/CSAnalyzer/CSAnalyzer.csproj)에서 확인하세요) Latest Version : 1.0.4 (1.1.0 Preview 1) 최신 버전 : 1.0.4 (1.1.0 Preview 1) # Image ![Image1](/Images/ProgramImage.png) ![Image2](/Images/SyntaxImage.png)