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