Skip to content

Commit 56730d6

Browse files
authored
Repo cleanup (#4483)
* Remove trailing whitespace * Clean up app.config files * Sort ProjectReferences * Remove unused property
1 parent 3f0261f commit 56730d6

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

src/ProjectReferences.Transports.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<ProjectReference Include="..\ServiceControl.Transports.ASQ\ServiceControl.Transports.ASQ.csproj" ReferenceOutputAssembly="false" Private="false" />
66
<ProjectReference Include="..\ServiceControl.Transports.Learning\ServiceControl.Transports.Learning.csproj" ReferenceOutputAssembly="false" Private="false" />
77
<ProjectReference Include="..\ServiceControl.Transports.Msmq\ServiceControl.Transports.Msmq.csproj" ReferenceOutputAssembly="false" Private="false" SkipGetTargetFrameworkProperties="true" UndefineProperties="TargetFramework" />
8+
<ProjectReference Include="..\ServiceControl.Transports.PostgreSql\ServiceControl.Transports.PostgreSql.csproj" ReferenceOutputAssembly="false" Private="false" />
89
<ProjectReference Include="..\ServiceControl.Transports.RabbitMQ\ServiceControl.Transports.RabbitMQ.csproj" ReferenceOutputAssembly="false" Private="false" />
910
<ProjectReference Include="..\ServiceControl.Transports.SqlServer\ServiceControl.Transports.SqlServer.csproj" ReferenceOutputAssembly="false" Private="false" />
10-
<ProjectReference Include="..\ServiceControl.Transports.PostgreSql\ServiceControl.Transports.PostgreSql.csproj" ReferenceOutputAssembly="false" Private="false" />
1111
<ProjectReference Include="..\ServiceControl.Transports.SQS\ServiceControl.Transports.SQS.csproj" ReferenceOutputAssembly="false" Private="false" />
1212
</ItemGroup>
1313

src/ServiceControl.Audit/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ These settings are only here so that we can debug ServiceControl while developin
1515
<!--<add key="ServiceControl.Audit/TransportType" value="AzureStorageQueue" />-->
1616
<!--<add key="ServiceControl.Audit/TransportType" value="MSMQ" />-->
1717
<!--<add key="ServiceControl.Audit/TransportType" value="NetStandardAzureServiceBus" />-->
18+
<!--<add key="ServiceControl.Audit/TransportType" value="PostgreSQL" />-->
1819
<!--<add key="ServiceControl.Audit/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
1920
<!--<add key="ServiceControl.Audit/TransportType" value="SQLServer" />-->
20-
<!--<add key="ServiceControl.Audit/TransportType" value="PostgreSQL" />-->
2121

2222
<!-- DEVS - Pick a persistence to run Auditing instance on. -->
2323
<add key="ServiceControl.Audit/PersistenceType" value="InMemory" />
@@ -42,13 +42,13 @@ These settings are only here so that we can debug ServiceControl while developin
4242
<!--NetStandardAzureServiceBus -->
4343
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->
4444

45+
<!--PostgreSQL -->
46+
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
47+
4548
<!--RabbitMQ.QuorumConventionalRouting -->
4649
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
4750

4851
<!--SQLServer -->
4952
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
50-
51-
<!--PostgreSQL -->
52-
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=;" />-->
5353
</connectionStrings>
5454
</configuration>

src/ServiceControl.Monitoring/App.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ These settings are only here so that we can debug ServiceControl while developin
1515
<!--<add key="Monitoring/TransportType" value="AzureStorageQueue" />-->
1616
<!--<add key="Monitoring/TransportType" value="MSMQ" />-->
1717
<!--<add key="Monitoring/TransportType" value="NetStandardAzureServiceBus" />-->
18+
<!--<add key="Monitoring/TransportType" value="PostgreSQL" />-->
1819
<!--<add key="Monitoring/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
1920
<!--<add key="Monitoring/TransportType" value="SQLServer" />-->
20-
<!--<add key="Monitoring/TransportType" value="PostgreSQL" />-->
21-
21+
2222
</appSettings>
2323
<connectionStrings>
2424
<!-- DEVS - Pick a transport connection string to match chosen transport above -->
@@ -39,13 +39,13 @@ These settings are only here so that we can debug ServiceControl while developin
3939
<!--NetStandardAzureServiceBus -->
4040
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->
4141

42+
<!--PostgreSQL -->
43+
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
44+
4245
<!--RabbitMQ.QuorumConventionalRouting -->
4346
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
4447

4548
<!--SQLServer -->
4649
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
47-
48-
<!--PostgreSQL -->
49-
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=;" />-->
5050
</connectionStrings>
5151
</configuration>

src/ServiceControl/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ These settings are only here so that we can debug ServiceControl while developin
1818
<!--<add key="ServiceControl/TransportType" value="AzureStorageQueue" />-->
1919
<!--<add key="ServiceControl/TransportType" value="MSMQ" />-->
2020
<!--<add key="ServiceControl/TransportType" value="NetStandardAzureServiceBus" />-->
21+
<!--<add key="ServiceControl/TransportType" value="PostgreSQL" />-->
2122
<!--<add key="ServiceControl/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
2223
<!--<add key="ServiceControl/TransportType" value="SQLServer" />-->
23-
<!--<add key="ServiceControl/TransportType" value="PostgreSQL" />-->
2424

2525
<add key="ServiceControl/PersistenceType" value="RavenDB" />
2626
</appSettings>
@@ -43,13 +43,13 @@ These settings are only here so that we can debug ServiceControl while developin
4343
<!--NetStandardAzureServiceBus -->
4444
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->
4545

46+
<!--PostgreSQL -->
47+
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
48+
4649
<!--RabbitMQ.QuorumConventionalRouting -->
4750
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
4851

4952
<!--SQLServer -->
5053
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
51-
52-
<!--PostgreSQL -->
53-
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=;" />-->
5454
</connectionStrings>
5555
</configuration>

src/ServiceControlInstaller.Packaging/ServiceControlInstaller.Packaging.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<Audit>Particular.ServiceControl.Audit</Audit>
2727
<Monitoring>Particular.ServiceControl.Monitoring</Monitoring>
2828
<InstanceShared>InstanceShared</InstanceShared>
29-
<Transports>Transports</Transports>
3029
<RavenDBServer>RavenDBServer</RavenDBServer>
3130
</PropertyGroup>
3231

0 commit comments

Comments
 (0)