-
I Make a project in .net5.0-Windows
can you modify or convert your app for that, Thanks
-
I've forked this repo and migrated the main context & test projects to net5. Also using DynamoDBLocal for testing.
https://github.com/neildobson-au/linq2dynamodb
Are you still maintaining this r…
-
I am trying to connect my function app to keyvault and get queue name and connection secrets. This was working well with .netcore3.1 app using the ConfigureAppConfiguration(IFunctionsConfigurationBuil…
-
当前的模板如果在.net5或.net6中使用,需要对项目修改一下才行,建议增加对 .net5或.net6的支持;
-
Sample tye steps should include -f net5.0 - since users may have .net 6 beta installed
dotnet new razor -n frontend -f net5.0
dotnet new webapi -n backend -f net5.0
-
The dashboard code has an issue what has been inherited from the original versions. The dashboard distinguishes between "local" and "remote" addresses when viewing the dashboard. "Local" IP addresses …
-
# .NET 기술을 활용한 Worker 서비스 개발기 -4-
[https://www.ssemi.net/develop-net5-service-worker/](https://www.ssemi.net/develop-net5-service-worker/)
-
Hi,
I can not use the nuget package of NDDE on Windows 10, with VS2019 and .net5 (net5.0-windows10).
If I understand the error correct, is it only compatible with Windows 7. So can you release a upd…
-
Due to the addition of more targets like net5.0 and net6.0 to the instrumention projects, the conditional checks inside the code seems broken now.
example:
https://github.com/open-telemetry/opente…
-
Hello, I'm coming from a discussion in https://github.com/dotnet/runtime/issues/47113 and basically basing on the response https://github.com/dotnet/runtime/issues/47113#issuecomment-762256639 I'd lik…