Commit a973231
Add ReferenceTrimmer and remove unused references
Add ReferenceTrimmer as a GlobalPackageReference to enable detection of
unnecessary project, package, and assembly references during build.
Remove all unused references identified by ReferenceTrimmer.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 91f7956 commit a973231
File tree
36 files changed
+11
-74
lines changed- dotnet
- samples
- Concepts
- Demos
- HomeAutomation
- TelemetryWithAppInsights
- GettingStartedWithProcesses
- GettingStartedWithTextSearch
- GettingStartedWithVectorStores
- GettingStarted
- LearnResources
- src
- Agents
- Bedrock
- OpenAI
- Connectors
- Connectors.MistralAI.UnitTests
- Connectors.Onnx.UnitTests
- Experimental
- Orchestration.Flow.UnitTests
- Process.Abstractions
- Process.IntegrationTestHost.Dapr
- Process.IntegrationTestRunner.Dapr
- Process.IntegrationTestRunner.Local
- Process.IntegrationTests.Resources
- Process.Runtime.Dapr.UnitTests
- Process.UnitTests
- Extensions
- Extensions.UnitTests
- PromptTemplates.Liquid.UnitTests
- Functions/Functions.OpenApi
- IntegrationTests
- Plugins/Plugins.AI.UnitTests
- SemanticKernel.AotTests
- SemanticKernel.MetaPackage
- VectorData/SqliteVec
- test/VectorData
- InMemory.UnitTests
- PgVector.UnitTests
- Pinecone.UnitTests
- Redis.UnitTests
- SqliteVec.UnitTests
- VectorData.UnitTests
- Weaviate.UnitTests
36 files changed
+11
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | | - | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments