Migration electron sharp #1860
Annotations
10 warnings
Run automated unit and integration tests:
PresentationTest/TestExtensions.cs#L189
Possible null reference return.
|
Run automated unit and integration tests:
PresentationTest/Components/Forms/BaseFormUt.cs#L180
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
PresentationTest/Components/Forms/BaseFormUt.cs#L175
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
IntegrationTest/Forms/Content/AddLinkFormIt.cs#L37
'AddLinkFormIt.Mapper' hides inherited member 'MudFormTestFixture<AddLinkForm, LinkContentFormModel, LinkContent>.Mapper'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/Components/Adaptivity/AdaptivityQuestionPreviewUt.cs#L20
'AdaptivityQuestionPreviewUt.Setup()' hides inherited member 'MudBlazorTestFixture<AdaptivityQuestionPreview>.Setup()'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/MudFormTestFixture.cs#L21
'MudFormTestFixture<TComponent, TForm, TEntity>.Setup()' hides inherited member 'MudBlazorTestFixture<BaseForm<TForm, TEntity>>.Setup()'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/MudFormTestFixture.cs#L39
'MudFormTestFixture<TComponent, TForm, TEntity>.TearDown()' hides inherited member 'MudBlazorTestFixture<BaseForm<TForm, TEntity>>.TearDown()'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/Components/Adaptivity/Dialogues/AdaptivityContentDialogIt.cs#L26
'AdaptivityContentDialogIt.Setup()' hides inherited member 'MudBlazorTestFixture<AdaptivityContentDialog>.Setup()'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/Components/Adaptivity/Dialogues/AdaptivityQuestionDialogIt.cs#L22
'AdaptivityQuestionDialogIt.Setup()' hides inherited member 'MudBlazorTestFixture<AdaptivityQuestionDialog>.Setup()'. Use the new keyword if hiding was intended.
|
Run automated unit and integration tests:
IntegrationTest/Forms/Element/EditElementFormIt.cs#L33
'EditElementFormIt.Setup()' hides inherited member 'MudFormTestFixture<EditElementForm, LearningElementFormModel, LearningElement>.Setup()'. Use the new keyword if hiding was intended.
|
Loading