@@ -53,13 +53,11 @@ public MetalamaDependencyDefinition(
53
53
54
54
public static ProductFamily Family { get ; } = new ( _projectName , "2025.1" , DevelopmentDependencies . Family , PostSharpDependencies . V2025_1 . Family )
55
55
{
56
- DockerBaseImage = DockerImages . WindowsServerCore , UpstreamProductFamily = V2025_0 . Family
56
+ DockerBaseImage = DockerImages . WindowsServerCore
57
57
58
58
// DownstreamProductFamily = V2025_2.Family
59
59
} ;
60
60
61
- public static DependencyDefinition MetalamaBackstage { get ; } = new MetalamaDependencyDefinition ( "Metalama.Backstage" , VcsProvider . GitHub ) ;
62
-
63
61
public static DependencyDefinition Consolidated { get ; } = new MetalamaDependencyDefinition (
64
62
ProductFamily . ConsolidatedProjectName ,
65
63
VcsProvider . AzureDevOps ,
@@ -78,41 +76,32 @@ public MetalamaDependencyDefinition(
78
76
public static DependencyDefinition Metalama { get ; } = new MetalamaDependencyDefinition (
79
77
"Metalama" ,
80
78
VcsProvider . GitHub ,
81
- customRepositoryName : "Metalama.Framework" ) ;
79
+ customRepositoryName : "Metalama.Framework.2025.1 " ) ; // TODO: Change after open-sourcing.
82
80
83
- public static DependencyDefinition MetalamaVsx { get ; } = new MetalamaDependencyDefinition ( "Metalama.Vsx" , VcsProvider . AzureDevOps ) ;
81
+ public static DependencyDefinition MetalamaPremium { get ; } = new MetalamaDependencyDefinition (
82
+ "Metalama.Premium" ,
83
+ VcsProvider . GitHub ) ;
84
84
85
- public static DependencyDefinition MetalamaExtensions { get ; } = new MetalamaDependencyDefinition ( "Metalama.Extensions " , VcsProvider . GitHub ) ;
85
+ public static DependencyDefinition MetalamaVsx { get ; } = new MetalamaDependencyDefinition ( "Metalama.Vsx " , VcsProvider . AzureDevOps ) ;
86
86
87
87
public static DependencyDefinition MetalamaSamples { get ; } =
88
88
new MetalamaDependencyDefinition ( "Metalama.Samples" , VcsProvider . GitHub ) { CodeStyle = "Metalama.Samples" } ;
89
89
90
90
public static DependencyDefinition TimelessDotNetEngineer { get ; } =
91
91
new MetalamaDependencyDefinition ( "TimelessDotNetEngineer" , VcsProvider . GitHub ) { CodeStyle = "Metalama.Samples" } ;
92
92
93
- public static DependencyDefinition MetalamaMigration { get ; } = new MetalamaDependencyDefinition ( "Metalama.Migration" , VcsProvider . GitHub ) ;
94
-
95
- public static DependencyDefinition MetalamaLinqPad { get ; } = new MetalamaDependencyDefinition ( "Metalama.LinqPad" , VcsProvider . GitHub ) ;
96
-
97
93
public static DependencyDefinition MetalamaCommunity { get ; } = new MetalamaDependencyDefinition ( "Metalama.Community" , VcsProvider . GitHub ) ;
98
94
99
95
public static DependencyDefinition MetalamaDocumentation { get ; } = new MetalamaDependencyDefinition (
100
96
"Metalama.Documentation" ,
101
97
VcsProvider . GitHub ,
102
98
false ) ;
103
99
104
- public static DependencyDefinition MetalamaTry { get ; } =
105
- new MetalamaDependencyDefinition ( "Metalama.Try" , VcsProvider . AzureDevOps , false ) { EngineeringDirectory = "eng-Metalama" } ;
106
-
107
100
public static DependencyDefinition PostSharpPatterns { get ; } = new MetalamaDependencyDefinition (
108
101
"PostSharp.Patterns" ,
109
102
VcsProvider . AzureDevOps ,
110
103
false ) ;
111
104
112
- public static DependencyDefinition MetalamaPatterns { get ; } = new MetalamaDependencyDefinition (
113
- "Metalama.Patterns" ,
114
- VcsProvider . GitHub ) ;
115
-
116
105
public static DependencyDefinition NopCommerce { get ; } = new MetalamaDependencyDefinition (
117
106
"Metalama.Tests.NopCommerce" ,
118
107
VcsProvider . GitHub ,
0 commit comments