GitBrowser
Reacher
684cc88/Core/Core.csproj
Name Message Date
📁 MemberCollectors Analyze from members with attribute 1 month ago
📄 CompilationExtensions.cs Refactor `MemberCollectors` 1 month ago
📄 Core.csproj Reachability from named member 1 month ago
📄 ISymbolExtensions.cs Mark implementations of foreign interfaces and abstract classes as "probably reachable" 1 month ago
📄 packages.lock.json Probably reach implementations of used interfaces 1 month ago
📄 ReachabilityAnalysis.cs Probably reach implementations of used interfaces 1 month ago
📄 ReachabilityAnalyzer.cs Mark implementations of foreign interfaces and abstract classes as "probably reachable" 1 month ago
📄 SolutionExtensions.cs Analyze from members with attribute 1 month ago
📄 SyntaxNodeStatementReachability.cs Introduce reachability analysis 1 month ago
📄 Core/Core.csproj
1 2 3 4 5 6 7 8 9 10 11
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>Reacher</AssemblyName>
    <RootNamespace>Reacher</RootNamespace>
    <GenerateDocumentationFile>true</GenerateDocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
  </ItemGroup>
</Project>