Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #8

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 123 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
autoguru-au/hotchocolate-polymorphic-ids is built on the following main stack:

- [C#](http://csharp.net) – Languages
- [.NET](http://www.microsoft.com/net/) – Frameworks (Full Stack)
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Visual Studio](http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx) – Integrated Development Environment
- [xUnit](http://xunit.github.io/) – Testing Frameworks

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
autoguru-au/hotchocolate-polymorphic-ids is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png' alt='C#'/> [C#](http://csharp.net) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/1014/IoPy1dce_400x400.png' alt='.NET'/> [.NET](http://www.microsoft.com/net/) – Frameworks (Full Stack)
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/1451/SR2hUhQN.png' alt='Visual Studio'/> [Visual Studio](http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx) – Integrated Development Environment
- <img width='25' height='25' src='https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png' alt='xUnit'/> [xUnit](http://xunit.github.io/) – Testing Frameworks

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [autoguru-au/hotchocolate-polymorphic-ids](https://github.com/autoguru-au/hotchocolate-polymorphic-ids)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|9<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png' alt='C#'>
<br>
<sub><a href="http://csharp.net">C#</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/frameworks.svg'/> Frameworks (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1014/IoPy1dce_400x400.png' alt='.NET'>
<br>
<sub><a href="http://www.microsoft.com/net/">.NET</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (5)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg' alt='NuGet'>
<br>
<sub><a href="https://www.nuget.org/">NuGet</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1451/SR2hUhQN.png' alt='Visual Studio'>
<br>
<sub><a href="http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx">Visual Studio</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png' alt='xUnit'>
<br>
<sub><a href="http://xunit.github.io/">xUnit</a></sub>
<br>
<sub>v2.4.1</sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (2)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg'/> NuGet (2)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[Shouldly](https://www.nuget.org/Shouldly)|v4.0.3|01/04/22|Ben McCallum |N/A|N/A|
|[xunit.runner.visualstudio](https://www.nuget.org/xunit.runner.visualstudio)|v2.4.3|01/04/22|Ben McCallum |Other|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
122 changes: 122 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
repo_name: autoguru-au/hotchocolate-polymorphic-ids
report_id: 69e5aa6e21ea4e2af1e4e280a8dc6825
version: 0.1
repo_type: Public
timestamp: '2024-02-29T18:25:36+00:00'
requested_by: benmccallum
provider: github
branch: main
detected_tools_count: 9
tools:
- name: C#
description: Simple, general-purpose, object-oriented programming language for the
.NET platform
website_url: http://csharp.net
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids
detection_source: Repo Metadata
- name: ".NET"
description: A free, cross-platform, open source developer platform for building
many different types of applications
website_url: http://www.microsoft.com/net/
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/1014/IoPy1dce_400x400.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
last_updated_by: Ben McCallum
last_updated_on: 2022-01-04 10:47:42.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/.github/workflows/main.yml
detection_source: ".github/workflows/main.yml"
last_updated_by: Ben McCallum
last_updated_on: 2023-03-20 07:43:36.000000000 Z
- name: NuGet
description: The package manager for .NET
website_url: https://www.nuget.org/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
last_updated_by: Ben McCallum
last_updated_on: 2021-04-07 08:00:24.000000000 Z
- name: Visual Studio
description: State-of-the-art tools and services that you can use to create great
apps for devices, the cloud, and everything in between.
website_url: http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Integrated Development Environment
image_url: https://img.stackshare.io/service/1451/SR2hUhQN.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.sln
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.sln
last_updated_by: Ben McCallum
last_updated_on: 2021-04-07 08:00:24.000000000 Z
- name: xUnit
description: An open source, community-focused unit testing tool
website_url: http://xunit.github.io/
version: 2.4.1
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
last_updated_by: Ben McCallum
last_updated_on: 2021-04-07 08:00:24.000000000 Z
- name: Shouldly
description: Shouldly - Assertion framework for .NET
package_url: https://www.nuget.org/Shouldly
version: 4.0.3
open_source: false
hosted_saas: false
category: Libraries
sub_category: NuGet Packages
image_url: https://img.stackshare.io/package/13821/default_d358fd76413e7b8cc458411fede039268825f8c2.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
last_updated_by: Ben McCallum
last_updated_on: 2022-01-04 10:47:42.000000000 Z
- name: xunit.runner.visualstudio
description: Visual Studio 2012+ Test Explorer runner for the xUnit.net framework
package_url: https://www.nuget.org/xunit.runner.visualstudio
version: 2.4.3
license: Other
open_source: true
hosted_saas: false
category: Libraries
sub_category: NuGet Packages
image_url: https://img.stackshare.io/package/13260/default_d2db5a200c4fe2d08cbdb2174cc230708973870b.png
detection_source_url: https://github.com/autoguru-au/hotchocolate-polymorphic-ids/blob/main/src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
detection_source: src/AutoGuru.HotChocolate.PolymorphicIds.Tests/AutoGuru.HotChocolate.PolymorphicIds.Tests.csproj
last_updated_by: Ben McCallum
last_updated_on: 2022-01-04 10:47:42.000000000 Z
Loading