Skip to content

refactoring object and exception result #195

refactoring object and exception result

refactoring object and exception result #195

Triggered via push March 30, 2023 01:47
Status Success
Total duration 2m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: samples/MiruNext/src/MiruNext/Framework/ObjectResultBehavior.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: tests/Miru.Tests/Behaviors/DomainEventsTest.cs#L36
'DomainEventsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Testing/QueueingExtensionsTest.cs#L23
'QueueingExtensionsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Queuing/QueueingTest.cs#L34
'QueueingTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Scheduling/ScheduledJobsTest.cs#L24
'ScheduledJobsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: samples/MiruNext/src/MiruNext/Framework/ObjectResultBehavior.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: tests/Miru.Tests/Behaviors/DomainEventsTest.cs#L36
'DomainEventsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Testing/QueueingExtensionsTest.cs#L23
'QueueingExtensionsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Queuing/QueueingTest.cs#L34
'QueueingTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.
build: tests/Miru.Tests/Scheduling/ScheduledJobsTest.cs#L24
'ScheduledJobsTest.OneTimeSetup()' hides inherited member 'MiruCoreTest.OneTimeSetup()'. Use the new keyword if hiding was intended.