Skip to content

Tags: belav/csharpier

Tags

1.0.0-alpha46

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Not actually a code issue, there was a 2nd csharpierignore in a cshar…

…pier directory that was only needed for a docker file. (#1501)

closes #1500

1.0.0-alpha45

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Modifying CSharpier to support reading gitignore files to determine w…

…hat files are ignored. (#1484)

Closes #631 

CSharpier now works as follows.

- .gitignore files are considered when determining if a file will be
ignored. A .gitignore file at the same level as a given file will take
priority over a .gitignore file above it in the directory tree.
- If a .csharpierignore file is present at the same level or anywhere
above the given file in the tree and it contains a pattern for a given
file, that will take priority.
- The patterns within .csharpierignore work the same as a .gitignore,
with patterns lower in the file taking priority over patterns above
- CSharpier does not currently look further up the directory tree for
additional .csharpierignore files if it finds one. But it does look for
.gitignore files. If there is demand this could be added later.

1.0.0-alpha44

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improving the logic around editor config parsing so that we only look…

… for them on demand instead of finding them all (#1481)

closes #1228

1.0.0-alpha43

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing build after the merge (#1480)

1.0.0-alpha33

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Finishing up some last TODOs around xml formatting (#1473)

Notable fixes

Fixing an issue with the msbuild version checker keeping a file open too
long.
Treating a file with compilation errors as a failure when formatting
with csharpier server.

closes #1435

vscode-2.0.6


    

vscode-2.0.5


    

vscode-2.0.4


    

vs-2.0.1


    

rider-2.1.1