Skip to content

Commit

Permalink
Merge pull request #2 from roadie-demo/trigger-codecov
Browse files Browse the repository at this point in the history
Update version attribute
  • Loading branch information
Ian-Link-Roadie authored Dec 11, 2024
2 parents 5cfd76c + ce42b81 commit a88bc0c
Show file tree
Hide file tree
Showing 55 changed files with 1,131 additions and 19 deletions.
Empty file added .vscode/tasks.json
Empty file.
Binary file added bin/Debug/net6.0/Castle.Core.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/net6.0/Microsoft.Bcl.HashCode.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/net6.0/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/net6.0/Moq.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/System.Diagnostics.EventLog.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/csharp-console-teleprompter
Binary file not shown.
512 changes: 512 additions & 0 deletions bin/Debug/net6.0/csharp-console-teleprompter.deps.json

Large diffs are not rendered by default.

Binary file added bin/Debug/net6.0/csharp-console-teleprompter.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/csharp-console-teleprompter.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file added bin/Debug/net6.0/xunit.abstractions.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/xunit.assert.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/xunit.core.dll
Binary file not shown.
Binary file added bin/Debug/net6.0/xunit.execution.dotnet.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
39 changes: 37 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,40 @@ metadata:

spec:
type: service
owner: group:default/pov
lifecycle: production
owner: group:roadie-demo/solutions
lifecycle: production
system: teleprompter-system
dependsOn:
- Component:sample-service
- Resource:teleprompter-s3-bucket

---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: teleprompter-s3-bucket
description: The s3 bucket with the teleprompter data in it. Doesn't really exist.
spec:
type: s3-bucket
owner: group:roadie-demo/engineering
system: teleprompter-system

---
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: teleprompter-domain
description: Teleprompter things to teleprompt.
spec:
owner: group:roadie-demo/engineering

---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
title: Teleprompter System
name: teleprompter-system
description: Teleprompter things to teleprompt.
spec:
owner: group:roadie-demo/engineering
domain: teleprompter-domain
2 changes: 1 addition & 1 deletion config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace TeleprompterConsole;

internal class TelePrompterConfig
public class TelePrompterConfig
{
public int DelayInMilliseconds { get; private set; } = 200;

Expand Down
10 changes: 10 additions & 0 deletions csharp-console-teleprompter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>
Binary file added obj/Debug/net6.0/apphost
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("csharp-console-teleprompter")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8704a7a755eb7151893638d62cce34ed5db0b151")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+effb435a897de3721b60e1136efab9b5f7f86908")]
[assembly: System.Reflection.AssemblyProductAttribute("csharp-console-teleprompter")]
[assembly: System.Reflection.AssemblyTitleAttribute("csharp-console-teleprompter")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9c55fcac392b3514c3c07e01a94da94f4061d6b206ddc2e33c021b6773c663b6
ad22fc3f8301c8570d089d56cdb455563b037752a91c384cb51be6b55464fbf3
Binary file modified obj/Debug/net6.0/csharp-console-teleprompter.assets.cache
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aa9cf8a8cb384aaeed8337e481cf0238d2ccabe675960fd0b61a998020d99901
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/csharp-console-teleprompter
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/csharp-console-teleprompter.deps.json
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/csharp-console-teleprompter.runtimeconfig.json
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/csharp-console-teleprompter.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/csharp-console-teleprompter.pdb
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Bcl.HashCode.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Configuration.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Binder.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Options.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.csproj.AssemblyReference.cache
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.GeneratedMSBuildEditorConfig.editorconfig
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.AssemblyInfoInputs.cache
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.AssemblyInfo.cs
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.csproj.CoreCompileInputs.cache
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.sourcelink.json
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.csproj.CopyComplete
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/refint/csharp-console-teleprompter.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.pdb
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/csharp-console-teleprompter.genruntimeconfig.cache
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/obj/Debug/net6.0/ref/csharp-console-teleprompter.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.runner.visualstudio.testadapter.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.runner.reporters.netcoreapp10.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.runner.utility.netcoreapp10.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Castle.Core.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/Moq.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/System.Diagnostics.EventLog.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.abstractions.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.assert.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.core.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/xunit.execution.dotnet.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll
/home/ianlink/Repos/sample-components/csharp-console-teleprompter/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll
Binary file added obj/Debug/net6.0/csharp-console-teleprompter.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
57ce81e4ccbadeb15e75a8f2d5eb1a464a0796cedc3831dbbac357ffc42813fb
Binary file added obj/Debug/net6.0/csharp-console-teleprompter.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"/home/ianlink/Repos/sample-components/csharp-console-teleprompter/*":"https://raw.githubusercontent.com/roadie-demo/csharp-console-teleprompter/effb435a897de3721b60e1136efab9b5f7f86908/*"}}
Binary file not shown.
Binary file not shown.
28 changes: 24 additions & 4 deletions obj/csharp-console-teleprompter.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[3.1.2, )"
},
"Moq": {
"target": "Package",
"version": "[4.20.70, )"
},
"coverlet.msbuild": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[6.0.2, )"
},
"xunit": {
"target": "Package",
"version": "[2.8.1, )"
},
"xunit.runner.visualstudio": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[2.8.1, )"
}
},
"imports": [
Expand All @@ -57,23 +77,23 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.28, 6.0.28]"
"version": "[6.0.35, 6.0.35]"
},
{
"name": "Microsoft.NETCore.App.Host.linux-x64",
"version": "[6.0.28, 6.0.28]"
"version": "[6.0.35, 6.0.35]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.28, 6.0.28]"
"version": "[6.0.35, 6.0.35]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/8.0.103/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/8.0.110/RuntimeIdentifierGraph.json"
}
}
}
Expand Down
8 changes: 8 additions & 0 deletions obj/csharp-console-teleprompter.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/ianlink/.nuget/packages/" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio/2.8.1/build/net6.0/xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio/2.8.1/build/net6.0/xunit.runner.visualstudio.props')" />
<Import Project="$(NuGetPackageRoot)xunit.core/2.8.1/build/xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.8.1/build/xunit.core.props')" />
<Import Project="$(NuGetPackageRoot)coverlet.msbuild/6.0.2/build/coverlet.msbuild.props" Condition="Exists('$(NuGetPackageRoot)coverlet.msbuild/6.0.2/build/coverlet.msbuild.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">/home/ianlink/.nuget/packages/xunit.analyzers/1.14.0</Pkgxunit_analyzers>
</PropertyGroup>
</Project>
7 changes: 6 additions & 1 deletion obj/csharp-console-teleprompter.csproj.nuget.g.targets
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xunit.core/2.8.1/build/xunit.core.targets" Condition="Exists('$(NuGetPackageRoot)xunit.core/2.8.1/build/xunit.core.targets')" />
<Import Project="$(NuGetPackageRoot)coverlet.msbuild/6.0.2/build/coverlet.msbuild.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.msbuild/6.0.2/build/coverlet.msbuild.targets')" />
</ImportGroup>
</Project>
Loading

0 comments on commit a88bc0c

Please sign in to comment.