mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
96f30bdf57
* Durable samples reorganization. * Add local.settings.json * Fix broken link in samples root markdown file. * Add a link for console app samples. * Fixed samples path in integration test. * Fix consols app test path.
11 lines
377 B
INI
11 lines
377 B
INI
# .editorconfig
|
|
[*.cs]
|
|
|
|
# See https://github.com/Azure/azure-functions-durable-extension/issues/3173
|
|
dotnet_diagnostic.DURABLE0001.severity = none
|
|
dotnet_diagnostic.DURABLE0002.severity = none
|
|
dotnet_diagnostic.DURABLE0003.severity = none
|
|
dotnet_diagnostic.DURABLE0004.severity = none
|
|
dotnet_diagnostic.DURABLE0005.severity = none
|
|
dotnet_diagnostic.DURABLE0006.severity = none
|