Alex Kryvdyk
ed26c3359c
Remove private setters to make class immutable
Remove private setters to make a class truly immutable. Otherwise, properties can be updated outside of constructor. This also makes code cleaner. Same in docs https://github.com/dotnet/docs/pull/4755
6 years ago
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
6 years ago
Cesar De la Torre Llorente
81477f0757
Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
6 years ago
Cesar De la Torre Llorente
c17ecfa16a
Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543
6 years ago
Sychev Igor
039632bebd
docker to 2.0.5 .net core
7 years ago
Sychev Igor
c1db0703a7
packages update 2
7 years ago
Sychev Igor
ccad354645
packages update
7 years ago
Robert Raboud
047e3a945a
Handled uncaught exception in command handling
7 years ago
Robert Raboud
8ef122fea2
Converted tabs to spaces
7 years ago
Enrico Tirotta
dbd5999e38
Update Enumeration.cs
7 years ago
David Britch
2aaffe71cf
Removed lazy creation of PermissionsService on iOS and Android.
7 years ago
David Britch
6e7a0ace16
LocationService threading issues fixed on Android.
7 years ago
David Britch
01cf30ebb8
iOS LocationService thread safety architecture changes.
7 years ago
David Britch
32c85b327f
iOS LocationService threading issues resolved.
7 years ago
David Britch
a43086fe2c
Removed Task.Delay test.
7 years ago
David Britch
0f0a7fb698
App now gracefully handles the location service being turned off in the Windows OS.
7 years ago
David Britch
2e87eacded
Windows LocationService fixed.
7 years ago
David Britch
7a7d8a87a1
Using statements sorted.
7 years ago
Kasper B. Graversen
998a9fdc9b
Fix spelling
7 years ago
David Britch
d412a00a3c
Location plugins removed from test runners.
7 years ago
Miguel Veloso
954d8718a8
Fix improper use of AddRangeAsync for seeding entities that don't use the SequenceHiLo key generation strategy, as per https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.addrangeasync?view=efcore-2.0
7 years ago
David Britch
b9835a3e72
iOS LocationService complete.
7 years ago
David Britch
1fa48de667
Android LocationService refactoring.
7 years ago
David Britch
04296e7a14
Android LocationService implementation complete.
7 years ago
David Britch
d2bd5a55ec
UWP location service added.
7 years ago
David Britch
41398ab03a
Work in progress.
7 years ago
David Britch
68d0783070
Removed TinyIoC behavior overrides.
7 years ago
David Britch
48b273c9b2
Rely on TinyIoC defaults to register interface mappings as singletons.
7 years ago
Per Bornsjö
debc2fe4c4
Removed duplicate string to byte conversion
7 years ago
Per Bornsjö
33c35ffa0f
Changed how the MessageId is created.
7 years ago
David Britch
043ededb48
Explicitly turned off DebugSymbols on release builds of the iOS test runner.
7 years ago
David Britch
840288bd38
Turned off .net native tool chain for release builds.
7 years ago
Kyle White
2a7b37e70d
Add reference packages to TestRunner app so it builds successfully
7 years ago
Robert Raboud
7998edc15a
evert "automatic changes"
This reverts commit f7dda83785
.
7 years ago
Robert Raboud
a9ce760515
Revert "automatic changes"
This reverts commit f7dda83785
.
7 years ago
Robert Raboud
8ce8560214
parse issue
7 years ago
Robert Raboud
f7dda83785
automatic changes
7 years ago
Robert Raboud
2451ab9dff
Changed AddRange to AddRangeAwait
7 years ago
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
7 years ago
Eduard Tomàs
9371eb1077
Add a endpoint returning only a 200 to be used as a liveness probe for k8s
7 years ago
Sychev Igor
835c28910e
rudement views in identity services. both are useless, without actions in home controller
7 years ago
Enrico Tirotta
84203537ed
Update MediatorModule.cs
7 years ago
Unai Zorrilla Castro
12a9cabf7b
Added HealthCheck in backgroundtasks. Modify k8s configuration to include new backgroundtask service. Modify ServiceFabric to include new service ( service fabric is not tested at this moment)
7 years ago
PM Extra
b559f53332
Fix about some async calls.
7 years ago
PM Extra
1f971bc01a
Fix code format.
7 years ago
Unai Zorrilla Castro
8f89cebf36
Fixed issue with subscriber name and remove old hosted service code on ordering.api
7 years ago
Unai Zorrilla Castro
025ab0e14c
Implemented HostedService in different service
7 years ago
David Britch
940ddd5297
Regions added.
7 years ago
David Britch
3cbd0b6430
Removed unnecessary .csproj items.
7 years ago
David Britch
4d0d69b550
Added settings implementation to Windows project.
7 years ago