Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 22, 2018
1 parent 306097f commit eb0068d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
<member name="M:tomenglertde.ProjectConfigurationManager.ProjectConfigurationManagerPackage.Dummy">
<attribute ctor="M:JetBrains.Annotations.UsedImplicitlyAttribute.#ctor" />
</member>
<member name="M:tomenglertde.ProjectConfigurationManager.ProjectConfigurationManagerPackage.InitializeAsync(System.Threading.CancellationToken,System.IProgress{Microsoft.VisualStudio.Shell.ServiceProgressData})">
<parameter name="progress">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
</member>
</assembly>
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static void Dummy()
{
}


protected override async System.Threading.Tasks.Task InitializeAsync(CancellationToken cancellationToken, [NotNull] IProgress<ServiceProgressData> progress)
{
Debug.WriteLine (string.Format(CultureInfo.CurrentCulture, "Entering Initialize() of: {0}", ToString()));
Expand Down

0 comments on commit eb0068d

Please sign in to comment.