-
The CSharpPreprocessirParser.g4 contains the lines
```antlr
@parser::members
{Stack conditions = new Stack() {{ conditions.push(true); }};
public HashSet ConditionalSymbols = new HashSet() {{ Co…
-
En los archivos de https://github.com/Laboratoria/curriculum/tree/main/learning-objectives
tenemos que agregar OAs de chsharp a `data.yml`
y de ahi traducciones de titulos y recursos en `intl/es.yml…
-
Package [CHsharp](https://CRAN.R-project.org/package=CHsharp) is currently listed in CRAN Task View [Cluster](https://CRAN.R-project.org/view=Cluster) but the package has actually been archived for mo…
-
### Problem description
I expect to install it without any strange preconfig,
### Neovim version (>= 0.6)
NVIM v0.7.0-dev+1049-g3b4bf8871
Build type: Release
LuaJIT 2.1.0-beta3
### Operating sys…
-
Currently `autorest --chsharp` default to [V2 version of C# generator](https://github.com/Azure/autorest/blob/master/packages/extensions/core/resources/plugin-csharp.md) and uses "@microsoft.azure/aut…
-
In versioning/readme.md, these three words are incorrectly spelled: (consists, unique, repository)
In chsharp.md , "across" is spelled wrong.
I will submit a PR to fix.
-
Hi,
First of all great paper. I am using code2vec on C# dataset, I was able to pre-process the data using preprocess_chsharp.sh. When trying to run train.sh , I am getting following an indexing erro…
-
(Sorry for the close-reopen, I accidentally hit Enter before I even began writing the issue and didn't want a unfinished issue to hover in the issue tracker)
I'm currently trying to hook into _mpv_…
-
Running `Gdiff` on a csharp file creates a run time error with omnisharp-rosyln 1.32.2. Viewing the `:message` command I see
```
CONNECTION:
channel 2 open: 'System.ArgumentException: The path …
-
I'm having a problem building ICSharp: the script `Engine/build.sh` contains the following command
```
cp src/*/bin/Release/* artifacts/Release/bin/
```
But when this commit gets run, it has a bunch…