Skip to content

Commit

Permalink
#782: Removed SerializableAttribute polyfill; using preprocessor dire…
Browse files Browse the repository at this point in the history
…ctives instead.
  • Loading branch information
Travis Illig committed Oct 19, 2016
1 parent 229d750 commit 069b06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
2 changes: 2 additions & 0 deletions src/Autofac/Core/DependencyResolutionException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ namespace Autofac.Core
/// been made during the operation. For example, 'on activated' handlers may have already been
/// fired, or 'single instance' components partially constructed.
/// </summary>
#if NET45
[Serializable]
#endif
public class DependencyResolutionException : Exception
{
/// <summary>
Expand Down
34 changes: 0 additions & 34 deletions src/Autofac/Util/SerializableAttribute.cs

This file was deleted.

0 comments on commit 069b06f

Please # to comment.