Skip to content

Commit 890818e

Browse files
committed
LinkGenerator annotated.
1 parent ebd1dbd commit 890818e

2 files changed

Lines changed: 107 additions & 2 deletions

File tree

Annotations/Microsoft/Microsoft.AspNetCore.Mvc.Core/Annotations.xml

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Generated on Microsoft.AspNetCore.Mvc.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 -->
32
<assembly name="Microsoft.AspNetCore.Mvc.Core">
43
<member name="M:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingHelper.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider,Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Collections.Generic.IList{Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter},Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IObjectModelValidator,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider)">
54
<parameter name="model">
@@ -640,4 +639,110 @@
640639
<attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
641640
</parameter>
642641
</member>
642+
643+
<!-- LinkGenerator extensions -->
644+
<member name="M:Microsoft.AspNetCore.Routing.ControllerLinkGeneratorExtensions.GetPathByAction(Microsoft.AspNetCore.Routing.LinkGenerator,Microsoft.AspNetCore.Http.HttpContext,System.String,System.String,System.Object,System.Nullable{Microsoft.AspNetCore.Http.PathString},Microsoft.AspNetCore.Http.FragmentString,Microsoft.AspNetCore.Routing.LinkOptions)">
645+
<parameter name="action">
646+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor" />
647+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
648+
<argument>false</argument>
649+
</attribute>
650+
</parameter>
651+
<parameter name="controller">
652+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor" />
653+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
654+
<argument>false</argument>
655+
</attribute>
656+
</parameter>
657+
<parameter name="values">
658+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
659+
<argument>Action</argument>
660+
</attribute>
661+
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
662+
<argument>Area</argument>
663+
</attribute>
664+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
665+
<argument>Controller</argument>
666+
</attribute>
667+
<attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
668+
</parameter>
669+
</member>
670+
<member name="M:Microsoft.AspNetCore.Routing.ControllerLinkGeneratorExtensions.GetPathByAction(Microsoft.AspNetCore.Routing.LinkGenerator,System.String,System.String,System.Object,Microsoft.AspNetCore.Http.PathString,Microsoft.AspNetCore.Http.FragmentString,Microsoft.AspNetCore.Routing.LinkOptions)">
671+
<parameter name="action">
672+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor" />
673+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
674+
<argument>false</argument>
675+
</attribute>
676+
</parameter>
677+
<parameter name="controller">
678+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor" />
679+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
680+
<argument>false</argument>
681+
</attribute>
682+
</parameter>
683+
<parameter name="values">
684+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
685+
<argument>Action</argument>
686+
</attribute>
687+
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
688+
<argument>Area</argument>
689+
</attribute>
690+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
691+
<argument>Controller</argument>
692+
</attribute>
693+
<attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
694+
</parameter>
695+
</member>
696+
<member name="M:Microsoft.AspNetCore.Routing.ControllerLinkGeneratorExtensions.GetUriByAction(Microsoft.AspNetCore.Routing.LinkGenerator,Microsoft.AspNetCore.Http.HttpContext,System.String,System.String,System.Object,System.String,System.Nullable{Microsoft.AspNetCore.Http.HostString},System.Nullable{Microsoft.AspNetCore.Http.PathString},Microsoft.AspNetCore.Http.FragmentString,Microsoft.AspNetCore.Routing.LinkOptions)">
697+
<parameter name="action">
698+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor" />
699+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
700+
<argument>false</argument>
701+
</attribute>
702+
</parameter>
703+
<parameter name="controller">
704+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor" />
705+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
706+
<argument>false</argument>
707+
</attribute>
708+
</parameter>
709+
<parameter name="values">
710+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
711+
<argument>Action</argument>
712+
</attribute>
713+
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
714+
<argument>Area</argument>
715+
</attribute>
716+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
717+
<argument>Controller</argument>
718+
</attribute>
719+
<attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
720+
</parameter>
721+
</member>
722+
<member name="M:Microsoft.AspNetCore.Routing.ControllerLinkGeneratorExtensions.GetUriByAction(Microsoft.AspNetCore.Routing.LinkGenerator,System.String,System.String,System.Object,System.String,System.Nullable{Microsoft.AspNetCore.Http.HostString},System.Nullable{Microsoft.AspNetCore.Http.PathString},Microsoft.AspNetCore.Http.FragmentString,Microsoft.AspNetCore.Routing.LinkOptions)">
723+
<parameter name="action">
724+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor" />
725+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
726+
<argument>false</argument>
727+
</attribute>
728+
</parameter>
729+
<parameter name="controller">
730+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor" />
731+
<attribute ctor="M:JetBrains.Annotations.LocalizationRequiredAttribute.#ctor(System.Boolean)">
732+
<argument>false</argument>
733+
</attribute>
734+
</parameter>
735+
<parameter name="values">
736+
<attribute ctor="M:JetBrains.Annotations.AspMvcActionAttribute.#ctor(System.String)">
737+
<argument>Action</argument>
738+
</attribute>
739+
<attribute ctor="M:JetBrains.Annotations.AspMvcAreaAttribute.#ctor(System.String)">
740+
<argument>Area</argument>
741+
</attribute>
742+
<attribute ctor="M:JetBrains.Annotations.AspMvcControllerAttribute.#ctor(System.String)">
743+
<argument>Controller</argument>
744+
</attribute>
745+
<attribute ctor="M:JetBrains.Annotations.AspMvcModelTypeAttribute.#ctor" />
746+
</parameter>
747+
</member>
643748
</assembly>

JetBrains.ExternalAnnotations.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>JetBrains.ExternalAnnotations</id>
5-
<version>10.2.63</version>
5+
<version>10.2.64</version>
66
<authors>JetBrains</authors>
77
<owners>JetBrains</owners>
88
<projectUrl>https://github.com/JetBrains/ExternalAnnotations</projectUrl>

0 commit comments

Comments
 (0)