Skip to content

Commit d25a792

Browse files
author
Vyacheslav
committed
feat: Attributes rendered by another project. Here are included as nuget .
1 parent f7b9ae5 commit d25a792

11 files changed

+2
-92
lines changed

Src/Benchmarks/Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
9+
<PackageReference Include="StackMemoryCollections.Attributes" Version="0.7.0" />
910
</ItemGroup>
1011
<ItemGroup>
11-
<ProjectReference Include="..\StackMemoryAttributes\StackMemoryAttributes.csproj" />
1212
<ProjectReference Include="..\StackMemoryCollections\StackMemoryCollections.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1313
</ItemGroup>
1414
</Project>

Src/StackMemoryAttributes/Attributes/GenerateDictionaryAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GenerateHelperAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GenerateListAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GenerateQueueAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GenerateStackAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GenerateWrapperAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/Attributes/GeneratorIgnoreAttribute.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Src/StackMemoryAttributes/StackMemoryAttributes.csproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

Src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<PackageReference Include="NUnit" Version="3.13.3" />
99
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
11+
<PackageReference Include="StackMemoryCollections.Attributes" Version="0.7.0" />
1112
</ItemGroup>
1213
<ItemGroup>
13-
<ProjectReference Include="..\StackMemoryAttributes\StackMemoryAttributes.csproj" />
1414
<ProjectReference Include="..\StackMemoryCollections\StackMemoryCollections.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1515
<ProjectReference Include="..\TestGenerator\TestGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="False" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)