happtim

Results 6 comments of happtim

i used eclipse installer install eclipse.

There are two main modifications. In the initialization of the file WebAssembly.Toolbar ``` protected override async Task OnInitializedAsync() { var baseUrl = Configuration.GetValue("RemoteServices:NotificationCenter:BaseUrl"); if (baseUrl.IsNullOrEmpty()) { baseUrl = Configuration.GetValue("RemoteServices:Default:BaseUrl"); }...

I have the same need. expanded the methods of auditing. ``` public interface IMayHaveCreatorName { string CreatorName { get; } } [Dependency(ReplaceServices = true)] [ExposeServices(typeof(IAuditPropertySetter))] public class CreationNameAuditPropertySetter : AuditPropertySetter...

Is State Machine planned in the v3 version?

I also encountered the same problem.