-
I've just tested blazor wasm with dotnet7
```
public partial class Index: ComponentBase
{
private IAddressService addressService = new AddressService();
private IMnemonicS…
-
### Describe the bug
Exception: /tmp/xdg/powershell/Modules/AWSLambdaPSCore/4.0.0.0/Private/_DeploymentFunctions.ps1:279
Line |
279 | throw $msg
| ~~~~~~~~~~
…
-
版本号:最新版脚本(不是先行版)
运行环境:系统contos7,docker中装青龙2.11.3版本
问题描述:一直下载dotnet报错,我已经手动装了dotnet7.0.404版本,还是报错。
日志信息:## 开始执行... 2023-11-17 18:16:06
bili_task_base.sh: line 10: dotnet: command not found
w…
-
I'm running a test for lldb+sos debugging against Fedora 37 which can be found here: https://github.com/redhat-developer/dotnet-regular-tests/blob/main/debugging-sos-lldb-via-core/test.sh.
The test…
tmds updated
8 months ago
-
### Issue Description
Running dotnet publish after deleting obj and bin directories fails until I taskkill the dotnet process.
### Steps to Reproduce
* Download the latest SDK installer bui…
-
Unhandled exception. Fake.Core.BuildFailedException: Target 'NetStandard - Build' failed.
---> System.AggregateException: One or more errors occurred. (String record number 30030 is invalid: string …
-
After some research, I checked that the .net core has no supported for PowerPC or AIX ... Are there plans to implement support for the Power architecture and the AIX operating system?
-
从`https://github.com/LagrangeDev/Lagrange.Core/actions`下载的最新的`Lagrange.OneBot_linux-x64`可以在`Debian`系统运行,但无法在`Alpine` 环境运行。
运行环境为已经安装了`dotnet7-sdk`的`Alpine 3.19.1`的x64系统,错误日志为:
```
Lagrange.OneBot…
-
## Describe the Bug
We have been migrating our grids to `RadzenDataGrid` from `RadzenGrid`. After getting everything else working, it appears that `RadzenDataGrid.InsertRow()` is not functioning. We …
-
There's a `dotnet8` runtime, currently in beta. I've tested that it works with a very simple function:
- Use the normal template (gcf-http)
- Edit the project file to change `net6.0` to `net8.0` (…