-
In the CLI repo, we have a Test.sln file which we `dotnet build`. However, we are seeing random failures that look like the following:
```
05:25:35.797 1>CSC : error CS2012: Cannot open 'D:\j…
-
** GET https://aur.archlinux.org/rpc.php?v=5&type=multiinfo&arg[]=aconfmgr-git&arg[]=acpi_call-dkms&arg[]=acpitool&arg[]=adapta-gtk-theme-git&arg[]=adjbacklight&arg[]=ahoviewer-git&arg[]=albert&arg[]=…
-
Per commit https://github.com/OmniSharp/generator-aspnet/commit/af33b2721e38a4cb31f8ba3c3b4195e85cbdd6b0, the sub-generators have been removed from this Yeoman generator. The associated [doc](https://…
-
(per https://twitter.com/MylesBorins/status/920833637351862272)
Prior to unflagging `http2` in node 8, it would be worth considering if instead of adding a new core module that *might* break userla…
-
This is an alternative proposal to #116.
I propose the following changes to aliases to support generics:
> `using-alias-directive`:
> `using` identifier `=` namespace-or-type-name …
-
Extend the languages to support the declaration of functions and types in block scope. Local functions would be capable of using captured variables from the enclosing scope.
-
@rprouse commented on [Mon Dec 14 2015](https://github.com/nunit/nunit/issues/1138)
This needs design, but could be platform specific agents. If so, it will likely be blocked by #362.
---
@rprouse …
-
Pinging @jgrund @MangelMaxime @mike-morr @fsoikin. If you want to collaborate please tell me and I'll make you collaborators of this repo :)
These are some of the ideas I have for the next ts2fable…
-
Sometimes developers do not want to look at the detail type and detail information of an exception. They would just want to rethrow or return or carry on with a default value, when any exception has o…
-
What if we will introduce `constructor` constraint in `interface`s, something like this:
```cs
public interface IFoo
{
constructor(int number, string text);
new(int number, string text…