File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525using Microsoft . Extensions . Logging ;
2626#endif
2727
28+ // ReSharper disable CheckNamespace
29+
2830#endregion
2931
30- namespace TryToExecute . CodeExec . Abstract . Func
32+ namespace TryToExecute . CodeExec
3133{
32- /// -------------------------------------------------------------------------------------------------
33- /// <content>
34- /// A try catch execute base.
35- /// </content>
36- /// =================================================================================================
34+ /// <inheritdoc cref="CodeExec.TryCatchExecuteBase"/>
3735 public abstract partial class TryCatchExecuteBase
3836 {
3937 /// -------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2626using Microsoft . Extensions . Logging ;
2727#endif
2828
29+ // ReSharper disable CheckNamespace
30+
2931#endregion
3032
31- namespace TryToExecute . CodeExec . Abstract . Func
33+ namespace TryToExecute . CodeExec
3234{
33- /// -------------------------------------------------------------------------------------------------
34- /// <content>
35- /// A try catch execute base.
36- /// </content>
37- /// =================================================================================================
35+ /// <inheritdoc cref="CodeExec.TryCatchExecuteBase"/>
3836 public abstract partial class TryCatchExecuteBase
3937 {
4038 /// -------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2525using Microsoft . Extensions . Logging ;
2626#endif
2727
28+ // ReSharper disable CheckNamespace
29+
2830#endregion
2931
30- namespace TryToExecute . CodeExec . Static . Func
32+ namespace TryToExecute . CodeExec
3133{
32- /// -------------------------------------------------------------------------------------------------
33- /// <content>
34- /// A try catch execute static base.
35- /// </content>
36- /// =================================================================================================
34+ /// <inheritdoc cref="CodeExec.TryCatchExecuteStaticBase"/>
3735 public partial class TryCatchExecuteStaticBase
3836 {
3937 /// -------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2626using Microsoft . Extensions . Logging ;
2727#endif
2828
29+ // ReSharper disable CheckNamespace
30+
2931#endregion
3032
31- namespace TryToExecute . CodeExec . Static . Func
33+ namespace TryToExecute . CodeExec
3234{
33- /// -------------------------------------------------------------------------------------------------
34- /// <content>
35- /// A try catch execute static base.
36- /// </content>
37- /// =================================================================================================
35+ /// <inheritdoc cref="CodeExec.TryCatchExecuteStaticBase"/>
3836 public partial class TryCatchExecuteStaticBase
3937 {
4038 /// -------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1+ // ***********************************************************************
2+ // Assembly : RzR.Shared.Extensions.TryToExecute
3+ // Author : RzR
4+ // Created On : 2024-12-04 14:52
5+ //
6+ // Last Modified By : RzR
7+ // Last Modified On : 2024-12-04 14:53
8+ // ***********************************************************************
9+ // <copyright file="TryCatchExecuteBase.cs" company="RzR SOFT & TECH">
10+ // Copyright © RzR. All rights reserved.
11+ // </copyright>
12+ //
13+ // <summary>
14+ // </summary>
15+ // ***********************************************************************
16+
17+ namespace TryToExecute . CodeExec
18+ {
19+ /// -------------------------------------------------------------------------------------------------
20+ /// <content>
21+ /// A try catch execute base.
22+ /// </content>
23+ /// =================================================================================================
24+ public abstract partial class TryCatchExecuteBase
25+ {
26+ }
27+ }
Original file line number Diff line number Diff line change 1+ // ***********************************************************************
2+ // Assembly : RzR.Shared.Extensions.TryToExecute
3+ // Author : RzR
4+ // Created On : 2024-12-04 14:53
5+ //
6+ // Last Modified By : RzR
7+ // Last Modified On : 2024-12-04 14:53
8+ // ***********************************************************************
9+ // <copyright file="TryCatchExecuteStaticBase.cs" company="RzR SOFT & TECH">
10+ // Copyright © RzR. All rights reserved.
11+ // </copyright>
12+ //
13+ // <summary>
14+ // </summary>
15+ // ***********************************************************************
16+
17+ namespace TryToExecute . CodeExec
18+ {
19+ /// -------------------------------------------------------------------------------------------------
20+ /// <content>
21+ /// A try catch execute static base.
22+ /// </content>
23+ /// =================================================================================================
24+ public partial class TryCatchExecuteStaticBase
25+ {
26+ }
27+ }
Original file line number Diff line number Diff line change 33using AggregatedGenericResultMessage ;
44using AggregatedGenericResultMessage . Abstractions ;
55using Microsoft . Extensions . Logging ;
6- using TryToExecute . CodeExec . Static . Func ;
6+ using TryToExecute . CodeExec ;
77
88#endregion
99
Original file line number Diff line number Diff line change 11#region U S A G E S
22
33using Microsoft . Extensions . Logging ;
4- using TryToExecute . CodeExec . Static . Func ;
4+ using TryToExecute . CodeExec ;
5+
56
67// ReSharper disable NotAccessedField.Local
78
You can’t perform that action at this time.
0 commit comments