Skip to content

Commit 9a73d77

Browse files
author
Noah Ispas
committedMar 3, 2022
first shot
0 parents  commit 9a73d77

9 files changed

+465
-0
lines changed
 

‎.gitignore

+344
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,344 @@
1+
## ------- PROJECT SPECIFIC -------
2+
3+
4+
# ignore merge conflict backups
5+
*.orig
6+
7+
8+
9+
10+
## ------- VISUAL STUDIO TEMPLATE -------
11+
12+
## Ignore Visual Studio temporary files, build results, and
13+
## files generated by popular Visual Studio add-ons.
14+
##
15+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
16+
17+
# User-specific files
18+
*.suo
19+
*.user
20+
*.userosscache
21+
*.sln.docstates
22+
23+
# User-specific files (MonoDevelop/Xamarin Studio)
24+
*.userprefs
25+
26+
# Build results
27+
[Dd]ebug/
28+
[Dd]ebugPublic/
29+
[Rr]elease/
30+
[Rr]eleases/
31+
x64/
32+
x86/
33+
bld/
34+
[Bb]in/
35+
[Oo]bj/
36+
[Ll]og/
37+
38+
# Visual Studio 2015/2017 cache/options directory
39+
.vs/
40+
# Uncomment if you have tasks that create the project's static files in wwwroot
41+
#wwwroot/
42+
43+
# Visual Studio 2017 auto generated files
44+
Generated\ Files/
45+
46+
# MSTest test Results
47+
[Tt]est[Rr]esult*/
48+
[Bb]uild[Ll]og.*
49+
50+
# NUNIT
51+
*.VisualState.xml
52+
TestResult.xml
53+
54+
# Build Results of an ATL Project
55+
[Dd]ebugPS/
56+
[Rr]eleasePS/
57+
dlldata.c
58+
59+
# Benchmark Results
60+
BenchmarkDotNet.Artifacts/
61+
62+
# .NET Core
63+
project.lock.json
64+
project.fragment.lock.json
65+
artifacts/
66+
67+
# StyleCop
68+
StyleCopReport.xml
69+
70+
# Files built by Visual Studio
71+
*_i.c
72+
*_p.c
73+
*_i.h
74+
*.ilk
75+
*.meta
76+
*.obj
77+
*.iobj
78+
*.pch
79+
*.pdb
80+
*.ipdb
81+
*.pgc
82+
*.pgd
83+
*.rsp
84+
*.sbr
85+
*.tlb
86+
*.tli
87+
*.tlh
88+
*.tmp
89+
*.tmp_proj
90+
*.log
91+
*.vspscc
92+
*.vssscc
93+
.builds
94+
*.pidb
95+
*.svclog
96+
*.scc
97+
98+
# Chutzpah Test files
99+
_Chutzpah*
100+
101+
# Visual C++ cache files
102+
ipch/
103+
*.aps
104+
*.ncb
105+
*.opendb
106+
*.opensdf
107+
*.sdf
108+
*.cachefile
109+
*.VC.db
110+
*.VC.VC.opendb
111+
112+
# Visual Studio profiler
113+
*.psess
114+
*.vsp
115+
*.vspx
116+
*.sap
117+
118+
# Visual Studio Trace Files
119+
*.e2e
120+
121+
# TFS 2012 Local Workspace
122+
$tf/
123+
124+
# Guidance Automation Toolkit
125+
*.gpState
126+
127+
# ReSharper is a .NET coding add-in
128+
_ReSharper*/
129+
*.[Rr]e[Ss]harper
130+
*.DotSettings.user
131+
132+
# JustCode is a .NET coding add-in
133+
.JustCode
134+
135+
# TeamCity is a build add-in
136+
_TeamCity*
137+
138+
# DotCover is a Code Coverage Tool
139+
*.dotCover
140+
141+
# AxoCover is a Code Coverage Tool
142+
.axoCover/*
143+
!.axoCover/settings.json
144+
145+
# Visual Studio code coverage results
146+
*.coverage
147+
*.coveragexml
148+
149+
# NCrunch
150+
_NCrunch_*
151+
.*crunch*.local.xml
152+
nCrunchTemp_*
153+
154+
# MightyMoose
155+
*.mm.*
156+
AutoTest.Net/
157+
158+
# Web workbench (sass)
159+
.sass-cache/
160+
161+
# Installshield output folder
162+
[Ee]xpress/
163+
164+
# DocProject is a documentation generator add-in
165+
DocProject/buildhelp/
166+
DocProject/Help/*.HxT
167+
DocProject/Help/*.HxC
168+
DocProject/Help/*.hhc
169+
DocProject/Help/*.hhk
170+
DocProject/Help/*.hhp
171+
DocProject/Help/Html2
172+
DocProject/Help/html
173+
174+
# Click-Once directory
175+
publish/
176+
177+
# Publish Web Output
178+
*.[Pp]ublish.xml
179+
*.azurePubxml
180+
# Note: Comment the next line if you want to checkin your web deploy settings,
181+
# but database connection strings (with potential passwords) will be unencrypted
182+
*.pubxml
183+
*.publishproj
184+
185+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
186+
# checkin your Azure Web App publish settings, but sensitive information contained
187+
# in these scripts will be unencrypted
188+
PublishScripts/
189+
190+
# NuGet Packages
191+
*.nupkg
192+
# The packages folder can be ignored because of Package Restore
193+
**/[Pp]ackages/*
194+
# except build/, which is used as an MSBuild target.
195+
!**/[Pp]ackages/build/
196+
# Uncomment if necessary however generally it will be regenerated when needed
197+
#!**/[Pp]ackages/repositories.config
198+
# NuGet v3's project.json files produces more ignorable files
199+
*.nuget.props
200+
*.nuget.targets
201+
202+
# Microsoft Azure Build Output
203+
csx/
204+
*.build.csdef
205+
206+
# Microsoft Azure Emulator
207+
ecf/
208+
rcf/
209+
210+
# Windows Store app package directories and files
211+
AppPackages/
212+
BundleArtifacts/
213+
Package.StoreAssociation.xml
214+
_pkginfo.txt
215+
*.appx
216+
217+
# Visual Studio cache files
218+
# files ending in .cache can be ignored
219+
*.[Cc]ache
220+
# but keep track of directories ending in .cache
221+
!*.[Cc]ache/
222+
223+
# Others
224+
ClientBin/
225+
~$*
226+
*~
227+
*.dbmdl
228+
*.dbproj.schemaview
229+
*.jfm
230+
*.pfx
231+
*.publishsettings
232+
orleans.codegen.cs
233+
234+
# Including strong name files can present a security risk
235+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
236+
#*.snk
237+
238+
# Since there are multiple workflows, uncomment next line to ignore bower_components
239+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
240+
#bower_components/
241+
242+
# RIA/Silverlight projects
243+
Generated_Code/
244+
245+
# Backup & report files from converting an old project file
246+
# to a newer Visual Studio version. Backup files are not needed,
247+
# because we have git ;-)
248+
_UpgradeReport_Files/
249+
Backup*/
250+
UpgradeLog*.XML
251+
UpgradeLog*.htm
252+
ServiceFabricBackup/
253+
*.rptproj.bak
254+
255+
# SQL Server files
256+
*.mdf
257+
*.ldf
258+
*.ndf
259+
260+
# Business Intelligence projects
261+
*.rdl.data
262+
*.bim.layout
263+
*.bim_*.settings
264+
*.rptproj.rsuser
265+
266+
# Microsoft Fakes
267+
FakesAssemblies/
268+
269+
# GhostDoc plugin setting file
270+
*.GhostDoc.xml
271+
272+
# Node.js Tools for Visual Studio
273+
.ntvs_analysis.dat
274+
node_modules/
275+
276+
# Visual Studio 6 build log
277+
*.plg
278+
279+
# Visual Studio 6 workspace options file
280+
*.opt
281+
282+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
283+
*.vbw
284+
285+
# Visual Studio LightSwitch build output
286+
**/*.HTMLClient/GeneratedArtifacts
287+
**/*.DesktopClient/GeneratedArtifacts
288+
**/*.DesktopClient/ModelManifest.xml
289+
**/*.Server/GeneratedArtifacts
290+
**/*.Server/ModelManifest.xml
291+
_Pvt_Extensions
292+
293+
# Paket dependency manager
294+
.paket/paket.exe
295+
paket-files/
296+
297+
# FAKE - F# Make
298+
.fake/
299+
300+
# JetBrains Rider
301+
.idea/
302+
*.sln.iml
303+
304+
# CodeRush
305+
.cr/
306+
307+
# Python Tools for Visual Studio (PTVS)
308+
__pycache__/
309+
*.pyc
310+
311+
# Cake - Uncomment if you are using it
312+
# tools/**
313+
# !tools/packages.config
314+
315+
# Tabs Studio
316+
*.tss
317+
318+
# Telerik's JustMock configuration file
319+
*.jmconfig
320+
321+
# BizTalk build output
322+
*.btp.cs
323+
*.btm.cs
324+
*.odx.cs
325+
*.xsd.cs
326+
327+
# OpenCover UI analysis results
328+
OpenCover/
329+
330+
# Azure Stream Analytics local run output
331+
ASALocalRun/
332+
333+
# MSBuild Binary and Structured Log
334+
*.binlog
335+
336+
# NVidia Nsight GPU debugger configuration file
337+
*.nvuser
338+
339+
# MFractors (Xamarin productivity tool) working folder
340+
.mfractor/
341+
.DS_Store
342+
343+
coveragereport
344+
coverage.cobertura.xml

‎.vscode/settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

‎CodeKataTemplate.sln

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.810.6
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coding", "Coding\Coding.csproj", "{8F46012F-B8D3-47AE-AFC2-53973B9459A7}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{CF25B8DF-CB6A-4664-A4ED-A6D760CC9D95}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{8F46012F-B8D3-47AE-AFC2-53973B9459A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{8F46012F-B8D3-47AE-AFC2-53973B9459A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{8F46012F-B8D3-47AE-AFC2-53973B9459A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{8F46012F-B8D3-47AE-AFC2-53973B9459A7}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{CF25B8DF-CB6A-4664-A4ED-A6D760CC9D95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{CF25B8DF-CB6A-4664-A4ED-A6D760CC9D95}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{CF25B8DF-CB6A-4664-A4ED-A6D760CC9D95}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{CF25B8DF-CB6A-4664-A4ED-A6D760CC9D95}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {B03FA8B7-AEBE-43B6-9B02-2A184636A53B}
30+
EndGlobalSection
31+
EndGlobal

‎Coding/Coding.csproj

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net5.0</TargetFramework>
6+
</PropertyGroup>
7+
8+
</Project>

‎Coding/Program.cs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
3+
namespace Coding
4+
{
5+
class Program
6+
{
7+
static void Main(string[] args)
8+
{
9+
Console.WriteLine("Hello World!");
10+
}
11+
}
12+
}

‎LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
MIT License
3+
4+
Copyright (c) 2022 Data One GmbH
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

‎UnitTests/TrivialTest.cs

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using Xunit;
2+
3+
namespace UnitTests
4+
{
5+
public class TrivialTest
6+
{
7+
[Fact]
8+
public void SuperTrivialTest()
9+
{
10+
Assert.True(true);
11+
}
12+
}
13+
}

‎UnitTests/UnitTests.csproj

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</TargetFramework>
5+
6+
<IsPackable>false</IsPackable>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
11+
<PackageReference Include="xunit" Version="2.4.1" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
13+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14+
<PrivateAssets>all</PrivateAssets>
15+
</PackageReference>
16+
<PackageReference Include="coverlet.collector" Version="3.0.2">
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18+
<PrivateAssets>all</PrivateAssets>
19+
</PackageReference>
20+
<PackageReference Include="coverlet.msbuild" Version="3.1.0" />
21+
</ItemGroup>
22+
23+
</Project>

‎readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# C# Solution Template for running Code Katas
2+
This template can be used to run Code Katas based on C#. The suggestion is, to clone this one for every session separately and to track the different solution (if there is more than one solution) whith different branches.
3+
4+
## Prerequisites
5+
* dotnet 5
6+
7+
## Run Unit Tests
8+
* `cd UnitTests`
9+
* `dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura`
10+
* If you want to have a coverage report run `dotnet ~/.nuget/packages/reportgenerator/5.0.2/tools/net5.0/ReportGenerator.dll "-reports:coverage.cobertura.xml" "-targetdir:coveragereport" -reporttypes:Html` and open the generated `index.html` inside the `coveragereport` directory.

0 commit comments

Comments
 (0)
Please sign in to comment.