Overall; fixed design of IState.cs and IReadOnlyState.cs, and fixed namespaces in Beam.Abstractions to remove all references of Beam.Abstract.
This commit is contained in:
@@ -325,7 +325,7 @@ namespace Beam.Data {
|
||||
}
|
||||
|
||||
public string Build(IReadOnlyState state)
|
||||
=> Build(state.GetState().ToArray<object>());
|
||||
=> Build(state.GetState().ToArray().ToArray<object>());
|
||||
|
||||
#region Build
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user