dotnet-maestro[bot]
a397c0b4e7
Update dependencies from https://github.com/dotnet/arcade build 20201214.8 ( #860 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
bb28899ce5
Update dependencies from https://github.com/dotnet/arcade build 20201211.1 ( #859 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
d8a241ec5d
Update dependencies from https://github.com/dotnet/arcade build 20201210.4 ( #858 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
febafc6029
Update dependencies from https://github.com/dotnet/arcade build 20201209.9 ( #855 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
596a6b1178
Update dependencies from https://github.com/dotnet/arcade build 20201208.21 ( #852 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
6d975f0e4e
Update dependencies from https://github.com/dotnet/arcade build 20201207.11 ( #850 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
e3ac0a31cb
Update dependencies from https://github.com/dotnet/arcade build 20201204.2 ( #848 )
[master] Update dependencies from dotnet/arcade
6 years ago
Habib Ahmed Qureshi
3321542a97
CONNECTIONSTRING comes as CONNECTIONSTRINGS ( #843 )
CONNECTIONSTRING comes as CONNECTIONSTRINGS in the environment variable.
(Discovery during debugging tye run --debug (code is .NET 5.0.100) via System.Environment.GetEnvironmentVariable
CONNECTIONSTRING__POSTGRES -> CONNECTIONSTRINGS__POSTGRES
6 years ago
Marvin Huber
21143d4e95
refactored using added language feature ( #836 )
* refactored using added language feature
* refactored using added language feature
6 years ago
dotnet-maestro[bot]
113fff4f35
Update dependencies from https://github.com/dotnet/arcade build 20201201.2 ( #840 )
[master] Update dependencies from dotnet/arcade
6 years ago
Marvin Huber
75a731b656
Refactore console extensions ( #822 )
* use of language feature
* removed intend if
* replaced ifs with switch
* Update ConsoleExtensions.cs
Co-authored-by: John Luo <johluo@microsoft.com>
6 years ago
Marvin Huber
1e5ca5b11e
Refactored ConfigFileFinder.cs ( #786 )
* use of array initialization
* applied format and nicer if flow
* added both missing nit nit: prefer braces around ifs
* added compersion check for 0
Co-authored-by: John Luo <johluo@microsoft.com>
6 years ago
newuser
2b126934ee
#380 make running proxy container be logged at DEBUG level ( #828 )
* #380 make running proxy container be logged at DEBUG level
* Update DockerRunner.cs
* Update DockerRunInfo.cs
* Update DockerRunner.cs
* Update DockerRunInfo.cs
Co-authored-by: PBA\ShevchukPA <ShevchukPA@pba.su>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Glenn Condron
58f79c546c
Update tye.yaml ( #833 )
This was made before we started using connectionString.
6 years ago
Marvin Huber
defd76dadc
refactored KubernetesIngressOutput.cs use of language feature ( #809 )
6 years ago
Marvin Huber
d11e807456
Refactore kubernetes manifest generator ( #810 )
* removed one intend
* changed 0 <= into == 0 because it can not be less then zero see also #786 for more informations
* added newline looks nicer
* removed intend if
* use of initalizes
* check for not null
* removed if nesteding
* check for null
* check for null
* remove if nesting
* added initializer
* use of language feature destruction key value
* removed unused () brakes
* use of switch statment instend of if
6 years ago
Marvin Huber
575e052fa6
Refactore elastic statck extension ( #814 )
6 years ago
Marvin Huber
0b043fcb35
Refactore seq extensions ( #815 )
* refactored foreach
* use of switch insted of ifs
6 years ago
Marvin Huber
3c7befca6c
Refactore zipkin extension ( #816 )
6 years ago
Marvin Huber
7a9e5c8021
Tye host ( #817 )
* refactored if
* refactored mess
* refactored foreach
* check for not null
* removed qualifyer
* removed cast<string>
6 years ago
Marvin Huber
c759cd7dfc
Refactore tye dashboard api ( #818 )
* renamed v1bindingList into v1BindingList
* added Deconstruct for use of language feature var (_, _) in foreach
* applied dotnet format
* refactored ifs into switch
* refactored foreach
* inverted if
* refactored foreach
* removed qulifier
* refactored foreachs
6 years ago
Marvin Huber
b8296be95b
refactored bad naming ( #819 )
6 years ago
Marvin Huber
40e6cd231e
refactored create directory ( #820 )
6 years ago
Marvin Huber
fc3b3d1656
use of language feature ( #821 )
6 years ago
Hossam Barakat
af84b2d3e8
fix #666 , enable dotnet watch to refresh on razer file changes ( #831 )
* fix #666 , enable dotnet watch to refresh on razer file changes
* Fix code format
6 years ago
Marvin Huber
fc35549df3
Refactore dapr extension ( #813 )
6 years ago
Marvin Huber
bb49c16164
Refactore process util ( #812 )
6 years ago
Marvin Huber
0387e4aa02
refactored for into foreach and added @ for naming delegate ( #811 )
6 years ago
dotnet-maestro[bot]
a2c8955a53
Update dependencies from https://github.com/dotnet/arcade build 20201123.2 ( #824 )
[master] Update dependencies from dotnet/arcade
6 years ago
Sumit Ghosh
112857f021
Updated Voting sample deployment steps ( #755 )
6 years ago
Chris Poole
01bf945a81
Fix dapr docs "Getting started" link ( #808 )
6 years ago
Justin Kotalik
e57af98c18
Initial docker-compose.yaml support ( #800 )
6 years ago
dawedawe
f4a6a7dac3
Fix a small typo ( #804 )
6 years ago
dotnet-maestro[bot]
f192e59df9
Update dependencies from https://github.com/dotnet/arcade build 20201117.7 ( #805 )
[master] Update dependencies from dotnet/arcade
6 years ago
sirh3e
f5218f8f96
Refactor core validate secret step ( #787 )
* ValidateSecretStep remove nested if
* applied format
* added both missing nit nit: prefer braces around ifs
6 years ago
sirh3e
1f22ae5023
Refactor core process extensions ( #789 )
* refactored ProcessExtensions.cs use of language feature using added in csharp 8.0
* refactored ProcessExtensions.cs removed nested if
* refactored ProcessExtensions.cs removed nested if
* refactored ProcessExtensions.cs removed duplicated quilifer
* refactored ProcessExtensions.cs removed conditional access qualifier can not be null at this point
* refactored ProcessExtensions.cs removed var value is not used
* refactored ProcessExtensions.cs applied again quiliers missed that it is a extension
* added both missing nit nit: prefer braces around ifs
6 years ago
dotnet-maestro[bot]
2804fb86f5
[master] Update dependencies from dotnet/arcade ( #799 )
[master] Update dependencies from dotnet/arcade
6 years ago
qpooqp
474dae7f49
Added functionality to specify default options for commands ( #736 )
6 years ago
Justin Kotalik
eea5ebff55
Update format.yml ( #801 )
6 years ago
sirh3e
fc8fc21c2a
refactored CombineStep.cs removed redundant ToString call ( #785 )
* refactored CombineStep.cs removed redundant ToString call
* refactored CombineStep.cs applied string interpolation feature
* refactored CombineStep.cs use of language feature
6 years ago
sirh3e
d0dffe2cf1
refactored Project.cs use of language feature ( #788 )
6 years ago
sirh3e
6c2b0cc060
Feature refactor core ( #784 )
* simplied item use of language feature
* use of object initializer
* fixed Fix whitepsace formatting on line 33, column 74, 106
* applied format
6 years ago
Stephen Brown
e51393b38d
Fix typo in proxyContainer ( #781 )
* Fix typo in proxyContainer
* Fix typo in proxyContainer
6 years ago
dotnet-maestro[bot]
6f405e2b7e
Update dependencies from https://github.com/dotnet/arcade build 20201111.5 ( #782 )
[master] Update dependencies from dotnet/arcade
6 years ago
sirh3e
c0019172d2
Update ApplicationFactory.cs ( #777 )
6 years ago
sirh3e
7520f61a9e
Update Pipeline.cs ( #778 )
6 years ago
Justin Kotalik
c91e24cf22
Local settings nit ( #769 )
6 years ago
Justin Kotalik
b7333df821
Commit local.settings.json files
6 years ago
John Luo
90d3e4e480
Update cli args documentation ( #760 )
6 years ago
John Luo
01ec0ca7d1
Updating version to 0.6.0 ( #757 )
6 years ago