Ionite
1 year ago
31 changed files with 34 additions and 34 deletions
@ -1,6 +1,4 @@ |
|||||||
using System; |
namespace StabilityMatrix.Core.Exceptions; |
||||||
|
|
||||||
namespace StabilityMatrix.Exceptions; |
|
||||||
|
|
||||||
/// <summary> |
/// <summary> |
||||||
/// Exception that is thrown when a process fails. |
/// Exception that is thrown when a process fails. |
@ -1,6 +1,4 @@ |
|||||||
using System; |
namespace StabilityMatrix.Core.Models.Progress; |
||||||
|
|
||||||
namespace StabilityMatrix.Models.Progress; |
|
||||||
|
|
||||||
public record struct ProgressReport |
public record struct ProgressReport |
||||||
{ |
{ |
@ -1,4 +1,4 @@ |
|||||||
namespace StabilityMatrix.Models.Progress; |
namespace StabilityMatrix.Core.Models.Progress; |
||||||
|
|
||||||
public enum ProgressState |
public enum ProgressState |
||||||
{ |
{ |
@ -1,4 +1,4 @@ |
|||||||
namespace StabilityMatrix.Models.Progress; |
namespace StabilityMatrix.Core.Models.Progress; |
||||||
|
|
||||||
public enum ProgressType |
public enum ProgressType |
||||||
{ |
{ |
Loading…
Reference in new issue