Install GnuPG and GitHub official CLI tool. Instructions:
- GitHub CLI https://github.com/cli/cli#installation
- GnuPG https://gnupg.org
# If you're using macOS and Homebrew
Install GnuPG and GitHub official CLI tool. Instructions:
# If you're using macOS and Homebrew
execve("/home/vscode/.nix-profile/bin/nix", ["nix", "run", ".#devnet-dali", "-L", "--show-trace"], 0x7fff988713c0 /* 41 vars */) = 0 | |
brk(NULL) = 0x1cb5000 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f49779c4000 | |
access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v4/libsodium.so.23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
newfstatat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v4", 0x7ffc9fa14bc0, 0) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v3/libsodium.so.23", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
newfstatat(AT_FDCWD, "/nix/store/3af6g226v4hsv6x7xzh23d6wqyq0nzjp-nix-2.10.3/lib/glibc-hwcaps/x86-64-v3", 0x7ffc9fa14bc0, 0) = -1 ENOENT (No such fi |
#nullable enable | |
using System; | |
using System.Fun; | |
using System.Net; | |
using System.Threading.Tasks; | |
namespace Microsoft.AspNetCore.Mvc | |
{ | |
public interface MvcError : IResult | |
{ |