PostSharp Logging v6.7.x

Released: Oct 23, 2020

v6.7.x での更新項目

6.7.12

Updated Dec 3, 2020

Fixes

  • Properties marked [Obsolete] in postsharp.config are ignored.

6.7.11

Updated Nov 12, 2020

Fixes

  • Build for win-x86 runtime fails when ran from Visual Studio.
  • Licensing: Unlimited community features consume LOC from per-usage licenses.
  • UI: Licensing options no longer fail to load when a license server is registered.
  • VSX: Opening solution properties while having PostSharp solution configuration file opened breaks the solution properties window.
  • Recordable: Incorrect error message when calling Recorder.Detach with non-[Recordable] argument.

6.7.10

Updated Oct 23, 2020

Fixes

  • VSX: InvalidOperationException in MetricsControl.UpdateData handled.
  • VSX: WorkspaceService's Yielder methods no longer acquire read access.
  • VSX: InvalidOperationException in the FrameworkMoniker constructor handled.
  • VSX: ArgumentException in PostSharpPackageUtils.PerUserExtensionsEnabled handled.
  • BadImageFormatException in a generated async state machine for a generic method.
  • VSX: Multiple document windows for a file in a multi-targeted project handled correctly.
  • VSX: SolutionWatcher no longer crashes when getting project name when the project is unavailable.
  • VSX: RequireGuiThread assert in OnIdeInitializedDelayedAsync handled.
  • VSX: ArgumentException when getting active configuration from DTE handled.
  • Missing icons on Undo/Redo buttons in 6.7 RC.
  • VSX: "Not Found" response return code from remote NuGet repositories is handled.
  • Licensing: System.ArgumentException in CountLinesOfCodeTask.GetLinesOfCodeOfType.
  • VSX: Analysis of package initialization issue added.
  • VSX: Invalid MSBuild project files are handled correctly.
  • VSX: InvalidOperationException in MetricsControl avoided.
  • AssertionFailedException when building ASP.NET Core project under .NET 5 SDK.
  • VSX: System.ObjectDisposedException in CpsProjectAccessor.
  • Build targeting consuming .netstandard2.1 library may not have the targeting pack available.
  • VSX: ArgumentOutOfRange in EnhancedCodeElement avoided.
  • Build errors: Added more information to PS0264 error message.
  • VSX: Intellisense for postsharp.config fixed.