Pinned Loading
-
space-truckers
space-truckers PublicA game of getting stuff from Point A to Point B... IN SPAAAACCE!
-
-
-
ASP.NET Core 2.1 - Setting up functi...
ASP.NET Core 2.1 - Setting up functional integration tests with authentication middleware 1using Microsoft.AspNetCore.Mvc.Testing;
2using System.Net;
3using System.Threading.Tasks;
4using Xunit;
5using System.Net.Http;
-
sample implementation of a recursive...
sample implementation of a recursive (indirectly speaking) SymbolVisitor for Roslyn CTP. Returns flattened list of type symbols regardless of namespace nesting 1public class Walk : SymbolVisitor<NamespaceSymbol, IEnumerable<NamedTypeSymbol>>
2{
34protected override IEnumerable<NamedTypeSymbol> VisitNamespace(NamespaceSymbol symbol, NamespaceSymbol argument)
5{
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.