diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-09-22 12:37:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 12:37:00 +0100 |
commit | e329413a31d6ef687ded4df1852e372ea6b21809 (patch) | |
tree | 8f51872cdacafee3c5fd87e16b65933735f8dd15 | |
parent | e6241ee0d2717e94c252f42806cb43e1ca733e56 (diff) | |
parent | 9c7673e6c9d281d6444198fdfd90da2fa216fff0 (diff) | |
download | ale-e329413a31d6ef687ded4df1852e372ea6b21809.zip |
Merge pull request #2667 from Chris-Slade/master
Edit ale-cs-csc docs to remove typos
-rw-r--r-- | doc/ale-cs.txt | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/ale-cs.txt b/doc/ale-cs.txt index abcc43eb..bb13863f 100644 --- a/doc/ale-cs.txt +++ b/doc/ale-cs.txt @@ -11,22 +11,21 @@ csc *ale-cs-csc* The |ale-cs-csc| linter checks for semantic errors when files are opened or saved. - + See |ale-lint-file-linters| for more information on linters which do not check for problems while you type. - The csc linter uses the mono csc compiler providing full c# 7 and newer - support to generate a temporary module target file (/t:module). The module - includes including all '*.cs' files contained in the directory tree rooted - at the path defined by the |g:ale_cs_csc_source| or |b:ale_cs_csc_source| - variabl and all sub directories. - + The csc linter uses the mono csc compiler, providing full C# 7 and newer + support, to generate a temporary module target file (/t:module). The module + includes all '*.cs' files contained in the directory tree rooted at the path + defined by the |g:ale_cs_csc_source| or |b:ale_cs_csc_source| variable and + all sub directories. + It will in future replace the |ale-cs-mcs| and |ale-cs-mcsc| linters as both - utilizer the mcsc compiler which according to mono porject ist further - developed and as of writint these lines only receives maintenance updates. - The down is that the csc compiler does not support the -sytax option any more - and therefore |ale-cs-csc| linter doese not offer any as you type syntax - checking like the |ale-cs-mcsc| linter doesn't. + utilize the mcsc compiler which, according to the mono project, is no longer + actively developed, and only receives maintenance updates. However, because + the csc compiler does not support the -syntax option, this linter does not + offer any as-you-type syntax checking, similar to the |ale-cs-mcsc| linter. The paths to search for additional assembly files can be specified using the |g:ale_cs_csc_assembly_path| or |b:ale_cs_csc_assembly_path| variables. |