/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Shared/test/Shared.Tests/CertificateManagerEventSourceTests.cs
16 строк
511 B
David Negstad
Check for null reference, add generic overload for convenience
12 фев 2026, 23:56
12 фев 2026, 23:56
3b7db49
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Certificates.Generation; using Microsoft.AspNetCore.InternalTesting.Tracing; namespace Microsoft.AspNetCore.Internal.Tests; public class CertificateManagerEventSourceTests { [Fact] public void EventIdsAreConsistent() { EventSourceValidator.ValidateEventSourceIds<CertificateManager.CertificateManagerEventSource>(); } }