Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions HomeWork35/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
68 changes: 68 additions & 0 deletions HomeWork35/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[*.cs]

# Default severity for analyzer diagnostics with category 'Usage'
dotnet_analyzer_diagnostic.category-Usage.severity = none
csharp_indent_labels = one_less_than_current
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_prefer_braces = true:silent
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_prefer_primary_constructors = true:suggestion
csharp_style_expression_bodied_methods = false:silent
csharp_style_expression_bodied_constructors = false:silent
csharp_style_expression_bodied_operators = false:silent
csharp_space_around_binary_operators = before_and_after

[*.{cs,vb}]
#### Naming styles ####

# Naming rules

dotnet_naming_rule.interface_should_be_begins_with_i.severity = suggestion
dotnet_naming_rule.interface_should_be_begins_with_i.symbols = interface
dotnet_naming_rule.interface_should_be_begins_with_i.style = begins_with_i

dotnet_naming_rule.types_should_be_pascal_case.severity = suggestion
dotnet_naming_rule.types_should_be_pascal_case.symbols = types
dotnet_naming_rule.types_should_be_pascal_case.style = pascal_case

dotnet_naming_rule.non_field_members_should_be_pascal_case.severity = suggestion
dotnet_naming_rule.non_field_members_should_be_pascal_case.symbols = non_field_members
dotnet_naming_rule.non_field_members_should_be_pascal_case.style = pascal_case

# Symbol specifications

dotnet_naming_symbols.interface.applicable_kinds = interface
dotnet_naming_symbols.interface.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.interface.required_modifiers =

dotnet_naming_symbols.types.applicable_kinds = class, struct, interface, enum
dotnet_naming_symbols.types.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.types.required_modifiers =

dotnet_naming_symbols.non_field_members.applicable_kinds = property, event, method
dotnet_naming_symbols.non_field_members.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.non_field_members.required_modifiers =

# Naming styles

dotnet_naming_style.begins_with_i.required_prefix = I
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
indent_size = 4
end_of_line = crlf
288 changes: 288 additions & 0 deletions HomeWork35/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,288 @@
syntax glob

[Bb]inaries

# Build tools related files
[Tt]ools

### VisualStudio ###

# User-specific files
.suo
.user
.userosscache
.sln.docstates

# Build results
[Dd]ebug
[Dd]ebugPublic
[Rr]elease
[Rr]eleases
x64
x86
build
bld
[Bb]in
[Oo]bj
msbuild.log

# Visual Studio 2015
.vs

# Visual Studio 2015 Pre-CTP6
.sln.ide
.ide

# MSTest test Results
[Tt]est[Rr]esult
[Bb]uild[Ll]og.

#NUNIT
.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS
[Rr]eleasePS
dlldata.c

_i.c
_p.c
_i.h
.ilk
.meta
.obj
.pch
.pdb
.pgc
.pgd
.rsp
.sbr
.tlb
.tli
.tlh
.tmp
.tmp_proj
.log
.html
.vspscc
.vssscc
.builds
.pidb
.svclog
.scc

# Chutzpah Test files
_Chutzpah

# Visual C++ cache files
ipch
.aps
.ncb
.opensdf
.sdf
.cachefile

# Visual Studio profiler
.psess
.vsp
.vspx

# TFS 2012 Local Workspace
$tf

# Guidance Automation Toolkit
.gpState

# ReSharper is a .NET coding add-in
_ReSharper
.[Rr]e[Ss]harper
.DotSettings.user

# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity

# DotCover is a Code Coverage Tool
.dotCover

# NCrunch
_NCrunch_
.crunch.local.xml

# MightyMoose
.mm.
AutoTest.Net

# Web workbench (sass)
.sass-cache

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProjectbuildhelp
DocProjectHelp.HxT
DocProjectHelp.HxC
DocProjectHelp.hhc
DocProjectHelp.hhk
DocProjectHelp.hhp
DocProjectHelpHtml2
DocProjectHelphtml

# Click-Once directory
publish

# Publish Web Output
.[Pp]ublish.xml
.azurePubxml
.pubxml
.publishproj

# NuGet Packages
.nupkg
packages
project.lock.json

# Windows Azure Build Output
csx
.build.csdef

# Windows Store app package directory
AppPackages

# Others
sql
.Cache
ClientBin
[Ss]tyle[Cc]op.
~$
.dbmdl
.dbproj.schemaview
.pfx
.publishsettings
node_modules
.metaproj
.metaproj.tmp
.atom-build.json
tags
TAGS

# RIASilverlight projects
Generated_Code

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files
Backup
UpgradeLog.XML
UpgradeLog.htm

# SQL Server files
.mdf
.ldf

# Business Intelligence projects
.rdl.data
.bim.layout
.bim_.settings

# Microsoft Fakes
FakesAssemblies

### MonoDevelop ###

.pidb
.userprefs

### Windows ###

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN

# Windows Installer files
.cab
.msi
.msm
.msp

# Windows shortcuts
.lnk

# Common binary extensions on Windows
.exe
.dll
.lib

### Linux ###

~
##

# KDE directory preferences
.directory

### OSX ###

.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two r
Icon

# Thumbnails
._

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# We have some checked in prebuilt generated files
!srcpalprebuiltidl_i.c

# Valid 'debug' folder, that contains CLR debuggin code
!srcdebug

# Ignore folders created by the test build
TestWrappers_x64_debug
TestWrappers_x64_checked
TestWrappers_x64_release

Vagrantfile
.vagrant

# CMake files
CMakeFiles
cmake_install.cmake
CMakeCache.txt
Makefile

# Cross compilation
crossrootfs

#python import files
.pyc

.idea
.generated-resources
.terraform
terraform.tfstate
terraform.tfstate.backup
Loading