| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_xunit_test( | |||
| 7 | 7 | name = "Semmle.Autobuild.CSharp.Tests", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | deps = [ | |
| 13 | 12 | "//csharp/autobuilder/Semmle.Autobuild.CSharp:bin/Semmle.Autobuild.CSharp", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_binary( | |||
| 7 | 7 | name = "Semmle.Autobuild.CSharp", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | visibility = ["//csharp:__subpackages__"], | |
| 13 | 12 | deps = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_xunit_test( | |||
| 7 | 7 | name = "Semmle.Autobuild.Cpp.Tests", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | deps = [ | |
| 13 | 12 | "//csharp/autobuilder/Semmle.Autobuild.Cpp:bin/Semmle.Autobuild.Cpp", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_binary( | |||
| 7 | 7 | name = "Semmle.Autobuild.Cpp", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | visibility = ["//visibility:public"], | |
| 13 | 12 | deps = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_library( | |||
| 7 | 7 | name = "Semmle.Autobuild.Shared", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | visibility = ["//visibility:public"], | |
| 13 | 12 | deps = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_library( | |||
| 7 | 7 | name = "Semmle.Extraction.CSharp.DependencyFetching", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | "SourceGenerators/**/*.cs", | |
| 12 | 11 | ]), | |
| 13 | 12 | allow_unsafe_blocks = True, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,8 @@ | |||
| 6 | 6 | <ItemGroup> | |
| 7 | 7 | <ProjectReference Include="..\Semmle.Util\Semmle.Util.csproj" /> | |
| 8 | 8 | <ProjectReference Include="..\Semmle.Extraction\Semmle.Extraction.csproj" /> | |
| 9 | + | ||
| 10 | + <InternalsVisibleTo Include="Semmle.Extraction.Tests" /> | ||
| 9 | 11 | </ItemGroup> | |
| 10 | 12 | <Import Project="..\..\.paket\Paket.Restore.targets" /> | |
| 11 | 13 | </Project> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_binary( | |||
| 7 | 7 | name = "Semmle.Extraction.CSharp.DependencyStubGenerator", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | visibility = ["//csharp:__pkg__"], | |
| 13 | 12 | deps = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ codeql_csharp_binary( | |||
| 7 | 7 | name = "Semmle.Extraction.CSharp.Driver", | |
| 8 | 8 | srcs = glob([ | |
| 9 | 9 | "*.cs", | |
| 10 | - "Properties/*.cs", | ||
| 11 | 10 | ]), | |
| 12 | 11 | visibility = ["//csharp:__pkg__"], | |
| 13 | 12 | deps = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments