PostSharp Ultimate 릴리스

Released: Jun 21, 2019

v6.3.x 버젼 업데이트

6.3.11

Updated Nov 07, 2019

Fixes

  • Intellisense documentation not available for a few PostSharp.Patterns libraries.

6.3.10

Updated Oct 24, 2019

Features

  • Contracts: expose method to return formatting arguments.

6.3.9

Updated Oct 21, 2019

Fixes

  • VSX: Editing project build properties is not reflected in aspect explorer.
  • VSX: Deadlock in CpsProjectAccessor when creating a new project.
  • VSX: postsharp.config item template is named postsharp1.config in CPS projects by default.
  • Debugger...

Released: Mar 26, 2019

v6.2.x 버젼 업데이트

6.2.14

Updated Oct 9, 2019

Fixes

  • Aspect Framework: OnYield didn't get called unless you also overrode OnEntry or OnResume.
  • Aspect Framework: Setting ReturnValue in semantic advices emitted broken code.
  • Logging: CallerInfo.GetDynamic returns null and causes LoggerFactoryExtensions to throw NullReferenceException.

6.2.13

Updated Sep 17, 2019

Fixes

  • Recordable: Improved the exception message when adding a non-recordable object to a recordable object's collection.

6.2.12

Updated Sep 6 - Sep...

Released: Mar 11, 2019

6.1 버젼 업데이트

기능

  • Major refactoring of the add-in to the Visual Studio debugger:
    • Makes sure the debugging experience (such as pressing F10 or F11) is natural when aspects are woven into hand-written code.
    • Focuses on the debugging of async methods. In previous versions, debugging an aspected async method could be pretty challenging. It now behaves very smoothly.
  • Adds improved support for Semantic Logging.
  • Adds Improvements for distributed logging:
    • Hierarchical Ids: PostSharp can generate ids that let you easily...

Released: Jul 9, 2018

v6.0 버젼 업데이트

기능

New Platforms

  • Support for .NET Core 2.0-2.1 and .NET Standard 2.0 - PostSharp now runs natively under .NET Core 2.0 or later, which means that .NET Core projects are no longer cross-compiled from .NET Framework. Note that PostSharp 6.0 will still build only under Windows.
  • Support for Portable PDB - Now supports portable PDB files as well as "embedded" portable PDBs.
  • Support for C# 7.2 - The new in parameters and ref struct types are now properly handled.
  • Support for CPS-based project systems...

Released: Jul 10, 2017

v5.0.28 버젼 업데이트

기능

  • New Platforms
    • Visual Studio 2017 – PostSharp now supports the new MSBuild project format, side-by-side installations of VS, lightweight solution loads, and achieved significant performance improvements.
    • C# 7.0 – Tested and fixed all aspects with the new features of C# 7.0, including value-typed tasks and multiple return values.
    • .NET Core 1.1 – You can now build applications that run on .NET Core 1.1, but you can still only build and debug them on a Windows machine running Visual Studio.
    • .NET...

Released: Mar 10, 2017

4.3.30 버젼 업데이트

수정사항

  • Fixed Bug 14781 - Path length to the PostSharp compiler is not counted when considering maximum length of a command line when running Native host.
  • Fixed Bug 14748 - OnExceptionAspect: state-machine transformation throws NullReferenceException when instance field is optimized out in Release build.
  • Fixed Bug 14712 - OnMethodBoundary on System.DateTime.Date results in AccessViolationException at runtime.
  • Fixed Bug 14689 - NPC: SignalPropertyChanged does not propagate child property changes...

Released: Jul 27, 2016

4.3.19 버젼 업데이트

기능

  • Improved build-time performance: up to 3x faster.
  • Improved debugging experience.
  • Alternative to NuGet-based deployment.
  • Command-line tool.
  • Improvements in the NotifyPropertyChanged aspect.