Now when I've got modified Default.cshtml file in my solution the only way to keep that file up to date is to compare it with newest LeptopX source? There is no automation possible right?
yes ,you need to do it. you can read the release logs to check if there chagned.
https://abp.io/docs/latest/release-info/release-notes
Hi,
I think you can use SignalR to update UI dynamicly
Hi,
var form2 = await _formRepository.GetAsync(new Guid()); await _questionManager.CreateQuestionAsync(form2, Volo.Forms.QuestionTypes.Checkbox, 0, true, "my question", "description", false, null);
yes, it's correct. BTW, you can create a MVC project with form module to check how it work.
I'm working on ABP Survey in this sprint so I will have queries related to ABP Survey that I will be posting here, so I'm good for now but I will have something in someday. so I'm not closing the ticket as I'm still working on the ABP Survey, Thank You.
okay : )
Hi,
Our DevOps team increased the security level, and this problem has been fixed. We are aware that it's been a serious problem and affected you
What can we do to prevent this from happening again? Our local dev envs and our automated builds cannot be dependent on your services being up and working. Can we configure a local nuget repository as a fallback or something
yes, you can copy the nuget cache to a custom local nuget source.
https://learn.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders
Sorry again.
okay : )
Hi,
We will take extra action so as not to face this problem again. Sorry again.