Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Adding @using in _GlobalImports shows squigglies in VS #2271

@rustd

Description

@rustd

I have the following in _GlobalImports.cshtml

@using NoAut
@using Microsoft.Framework.OptionsModel
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"

In my View I am using it as

@inject IOptions<AppSettings> AppSettings

In VS I get squiggles in my Views. It works at runtime. Chatted with Taylor and he will look into this

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions