Skip to content

Commit 25fbe5d

Browse files
added explicit on dictionary ecore codegen
1 parent b54aa9b commit 25fbe5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGeneratorTestFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ namespace SysML2.NET.CodeGenerator.Tests.Generators.HandleBarsGenerators
3030
/// <summary>
3131
/// Suite of tests for the <see cref="CoreDtoDictionaryReaderGenerator"/> class.
3232
/// </summary>
33+
[Explicit("we are about to drop Ecore based code gen, these are present for reference only until permanently removed")]
3334
[TestFixture]
3435
public class CoreDtoDictionaryReaderGeneratorTestFixture
3536
{

SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGeneratorTestFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ namespace SysML2.NET.CodeGenerator.Tests.Generators.HandleBarsGenerators
3030
/// <summary>
3131
/// Suite of tests for the <see cref="CoreDtoDictionaryWriterGenerator"/> class.
3232
/// </summary>
33+
[Explicit("we are about to drop Ecore based code gen, these are present for reference only until permanently removed")]
3334
[TestFixture]
3435
public class CoreDtoDictionaryWriterGeneratorTestFixture
3536
{

0 commit comments

Comments
 (0)