c# - 尝试开始赢得 ASP.NET core 和 azure 表存储

标签 c# azure asp.net-core azure-table-storage

我正在遵循本指南 How to get started with Azure Table storage and Visual Studio connected services 。我添加的第一个代码:

using Microsoft.Framework.Configuration;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Table;
using System.Threading.Tasks;
using LogLevel = Microsoft.Framework.Logging.LogLevel;

报错:

Error CS0234 The type or namespace name 'Framework' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

我在 NuGet 中查找了 Microsoft.Framework 但找不到它。我在这里缺少什么?本指南不再相关吗?

最佳答案

使用此命令安装此框架

PM> Install-Package Microsoft.Framework.Logging -Pre

关于c# - 尝试开始赢得 ASP.NET core 和 azure 表存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39817578/

相关文章:

c# - Nullable<T> 有问题

c# - 我可以直接在 LINQ 中填充我自己的类的列表吗?

python - 收到错误代码 : SubscriptionNotFound Message: The subscription not found when trying to get data about Azure Virtual Machine?

c# - 无法将 lambda 表达式转换为类型 'CookieAuthenticationOptions',因为它不是委托(delegate)类型

c# - Delegate += operator 类作用域与本地作用域

c# - Microsoft.AspNetCore.Routing.Matching.AmbigouslyMatchException : The request matched multiple endpoints

Azure 事件网格到 Azure 中继,混合连接

node.js - Azure 网站是否支持 https 和 Node.js?

asp.net-core - 在 Razor View 中注入(inject) Controller 与注入(inject)服务

c# - 从网络核心 2 的 URL 中禁用/删除 '?ReturnUrl='