Alex Perovich
b8fb164f0d
Update public pool names
4 years ago
Serge van den Oever
02a2a28ef6
Remove unneeded references, use code for .NET 6 ( #1411 )
I removed two unneeded references from WeatherClient.cs
The instructions generate code in the new format, which results in only a `Program.cs` file needing the following code:
```
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddRazorPages();
builder.Services.AddHttpClient<frontend.WeatherClient>(client =>
{
client.BaseAddress = builder.Configuration.GetServiceUri("backend");
});
var app = builder.Build();
// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment())
{
app.UseExceptionHandler("/Error");
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts .
app.UseHsts();
}
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseRouting();
app.UseAuthorization();
app.MapRazorPages();
app.Run();
```
4 years ago
Steven T. Cramer
2146926e10
Fix mongo ENV variables ( #1375 )
Looks like a copy paste error. The `mongo` image uses different env variables.
4 years ago
msftbot[bot]
509604df22
Add `.github/fabricbot.json` ( #1427 )
Co-authored-by: msftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>
4 years ago
dotnet-maestro[bot]
5b3d7f611d
Update dependencies from https://github.com/dotnet/arcade build 20220627.2 ( #1426 )
[main] Update dependencies from dotnet/arcade
4 years ago
dependabot[bot]
41899e3217
Bump shell-quote in /samples/azure-functions/typescript/HttpExample ( #1425 )
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
ef8f431bfb
Bump eventsource in /samples/apps-with-core-angular/MoviesApp ( #1401 )
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dotnet-maestro[bot]
ffa0a8f66c
Update dependencies from https://github.com/dotnet/arcade build 20220627.1 ( #1424 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
3d4fa5d063
Update dependencies from https://github.com/dotnet/arcade build 20220624.1 ( #1422 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
0889b35168
Update dependencies from https://github.com/dotnet/arcade build 20220623.2 ( #1421 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
966bfd6212
Update dependencies from https://github.com/dotnet/arcade build 20220622.3 ( #1420 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
6c0a49f63f
Update dependencies from https://github.com/dotnet/arcade build 20220620.8 ( #1418 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
d2c7b0ed33
Update dependencies from https://github.com/dotnet/arcade build 20220616.2 ( #1416 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
7e85a4ca8d
Update dependencies from https://github.com/dotnet/arcade build 20220614.8 ( #1414 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
6036b4240d
Update dependencies from https://github.com/dotnet/arcade build 20220613.1 ( #1413 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
79a2312cb8
Update dependencies from https://github.com/dotnet/arcade build 20220610.1 ( #1409 )
[main] Update dependencies from dotnet/arcade
4 years ago
Phillip Hoff
f8db5afebd
Disable Dockerfile detection. ( #1407 )
4 years ago
dotnet-maestro[bot]
15f2fed96b
Update dependencies from https://github.com/dotnet/arcade build 20220608.5 ( #1406 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
dfc1c3aedc
Update dependencies from https://github.com/dotnet/arcade build 20220606.2 ( #1405 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
11e3836c68
Update dependencies from https://github.com/dotnet/arcade build 20220606.1 ( #1403 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
ac391b162d
Update dependencies from https://github.com/dotnet/arcade build 20220601.2 ( #1402 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
eb3771b45b
Update dependencies from https://github.com/dotnet/arcade build 20220531.1 ( #1400 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
ef56b0e3b2
Update dependencies from https://github.com/dotnet/arcade build 20220530.2 ( #1398 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
03e3f49401
Update dependencies from https://github.com/dotnet/arcade build 20220526.1 ( #1396 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
92e73fcaad
Update dependencies from https://github.com/dotnet/arcade build 20220525.2 ( #1395 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
4663ae940d
Update dependencies from https://github.com/dotnet/arcade build 20220524.7 ( #1394 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
c7e03f3b20
Update dependencies from https://github.com/dotnet/arcade build 20220523.1 ( #1392 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
bbf3698c0a
Update dependencies from https://github.com/dotnet/arcade build 20220519.3 ( #1391 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
faf480be74
Update dependencies from https://github.com/dotnet/arcade build 20220516.1 ( #1390 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
580d802d88
Update dependencies from https://github.com/dotnet/arcade build 20220512.8 ( #1389 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
abb54e6a09
Update dependencies from https://github.com/dotnet/arcade build 20220511.14 ( #1385 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
038064730f
Update dependencies from https://github.com/dotnet/arcade build 20220510.2 ( #1384 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
34f2227192
Update dependencies from https://github.com/dotnet/arcade build 20220509.5 ( #1383 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
2157720b66
Update dependencies from https://github.com/dotnet/arcade build 20220505.2 ( #1380 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
574bdc0cf0
Update dependencies from https://github.com/dotnet/arcade build 20220504.2 ( #1376 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
f692c3d59a
Update dependencies from https://github.com/dotnet/arcade build 20220425.6 ( #1373 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
54f9ff81f3
Update dependencies from https://github.com/dotnet/arcade build 20220422.4 ( #1370 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
f15b153f24
Update dependencies from https://github.com/dotnet/arcade build 20220421.2 ( #1369 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
e3e374635e
Update dependencies from https://github.com/dotnet/arcade build 20220420.6 ( #1368 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
cdd44d0064
Update dependencies from https://github.com/dotnet/arcade build 20220418.3 ( #1367 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
e00e9ca163
Update dependencies from https://github.com/dotnet/arcade build 20220415.2 ( #1364 )
[main] Update dependencies from dotnet/arcade
4 years ago
dotnet-maestro[bot]
dd13d7f045
Update dependencies from https://github.com/dotnet/arcade build 20220415.1 ( #1363 )
[main] Update dependencies from dotnet/arcade
4 years ago
dependabot[bot]
38b054e3f9
Bump async in /samples/apps-with-core-angular/MoviesApp ( #1362 )
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
cebb4804f1
Bump nanoid in /samples/apps-with-core-angular/MoviesApp ( #1361 )
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.3.2.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.3.2 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
58a2daea5a
Bump hosted-git-info in /samples/azure-functions/typescript/HttpExample ( #1360 )
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
b282fb2e2a
Bump path-parse in /samples/azure-functions/typescript/HttpExample ( #1359 )
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
bd6cbaffc7
Bump minimist in /samples/apps-with-core-angular/MoviesApp ( #1347 )
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
b598a3d58c
Bump karma in /samples/apps-with-core-angular/MoviesApp ( #1322 )
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.4 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.4...v6.3.16 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
3a37120053
Bump url-parse in /samples/apps-with-core-angular/MoviesApp ( #1318 )
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
66ebda0bf4
Bump follow-redirects in /samples/apps-with-core-angular/MoviesApp ( #1305 )
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.4 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago