File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed
Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ // Copyright (c) .NET Core Community. All rights reserved.
2+ // Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+ using System ;
25
36namespace DotNetCore . CAP
47{
Original file line number Diff line number Diff line change 1- using System . Collections . Concurrent ;
1+ // Copyright (c) .NET Core Community. All rights reserved.
2+ // Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+ using System . Collections . Concurrent ;
25using System . Threading ;
36using System . Threading . Tasks ;
47using DotNetCore . CAP . Persistence ;
Original file line number Diff line number Diff line change 1- namespace DotNetCore . CAP . Messages
1+ // Copyright (c) .NET Core Community. All rights reserved.
2+ // Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+ namespace DotNetCore . CAP . Messages
25{
36 public static class Headers
47 {
Original file line number Diff line number Diff line change 1- using System ;
1+ // Copyright (c) .NET Core Community. All rights reserved.
2+ // Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+ using System ;
25using System . Collections . Generic ;
36using JetBrains . Annotations ;
47
Original file line number Diff line number Diff line change 1- using System ;
1+ // Copyright (c) .NET Core Community. All rights reserved.
2+ // Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+ using System ;
25using System . Collections . Generic ;
36using JetBrains . Annotations ;
47
You can’t perform that action at this time.
0 commit comments