David Fowler
4d12486bc0
Apply suggestions from code review
4 years ago
David Fowler
3913d46ff1
Added a reference to the Tye VSCode extension
4 years ago
Magnus Markling
b8f4a0ca50
improve tutorial ( #1434 )
* fix indentation
* Update 00_run_locally.md
* simplify dotnet add
* fix indentation
* remove trailing space
* clean up redis
* already in solution root
* k delete
* clarify
* Apply suggestions from code review
Co-authored-by: David Fowler <davidfowl@gmail.com>
4 years ago
dependabot[bot]
e51d526a95
Bump glob-parent and @angular-devkit/build-angular ( #1455 )
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) to 5.1.2 and updates ancestor dependency [@angular-devkit/build-angular ](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `glob-parent` from 3.1.0 to 5.1.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2 )
Updates `@angular-devkit/build-angular` from 12.2.10 to 14.2.3
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/12.2.10...14.2.3 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
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]
5f6561dc25
Bump Azure.Storage.Queues in /samples/azure-functions/voting/vote ( #1454 )
Bumps [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net ) from 12.3.2 to 12.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases )
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Queues_12.3.2...Azure.Storage.Queues_12.11.0 )
---
updated-dependencies:
- dependency-name: Azure.Storage.Queues
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Jason Mueller
a924688d35
Document options for configuring Dapr command args ( #1341 )
* Document options for configuring Dapr command args
* Add all Dapr argument options
4 years ago
Kaypee
2589bf13e9
Update properties being set via constructor to be get only ( #931 )
Co-authored-by: kwabena <kwabena@mpharma.com>
4 years ago
Sébastien Ros
9441d44f1a
Update windows ci image names ( #1469 )
* Update windows ci image names
The currently used ones have been replaced and any PR should fail without this change.
* Use vs2022 images
Even better than the 2019 since these ones can target .NET 7.0
4 years ago
Devin Breshears
7234236f57
Merge pull request #1470 from dotnet/bmw/codeql
Try enabling CodeQL
4 years ago
Brandon Waterloo [MSFT]
55b398db57
Try enabling CodeQL
4 years ago
Phillip Hoff
be82d2e9b7
Upate Newtonsoft.Json reference. ( #1453 )
4 years ago
Rasmus Dybmose
deea8a2c15
fix httpprobe protocol ( #1447 )
4 years ago
Phillip Hoff
c2133aa3b3
Opt out of NPM feed warnings in sample projects. ( #1448 )
4 years ago
Alex Perovich
016703a0cc
Update public pool names ( #1445 )
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