Skip to content

Commit

Permalink
#RSRP-473256 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
derigel23 committed Feb 6, 2019
1 parent b9b679c commit 59b06b4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
<assembly name="Microsoft.AspNetCore.Mvc.RazorPages">
<assembly>
<!-- https://github.com/aspnet/Mvc/commit/a8eb5bee7023a2a5d49fcdaea0c25b3416a69211 -->
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{1}\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\Shared\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{1}\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\Shared\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{1}\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute.#ctor(System.String)">
<argument>~\Areas\{2}\Pages\Shared\{0}.cshtml</argument>
</attribute>
<attribute ctor="M:JetBrains.Annotations.AspMvcMasterLocationFormatAttribute.#ctor(System.String)">
<argument>~\Pages\{1}\{0}.cshtml</argument>
</attribute>
Expand Down
2 changes: 1 addition & 1 deletion JetBrains.ExternalAnnotations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>JetBrains.ExternalAnnotations</id>
<version>10.2.53</version>
<version>10.2.56</version>
<authors>JetBrains</authors>
<owners>JetBrains</owners>
<projectUrl>https://github.com/JetBrains/ExternalAnnotations</projectUrl>
Expand Down

0 comments on commit 59b06b4

Please sign in to comment.