~ruther/NosSmooth.Local

ref: e3484c3c19b7c13eb58121affde55a6e2fb2e310 NosSmooth.Local/src/Extensions/NosSmooth.Extensions.SharedBinding/Lifetime/SharedInstanceInfo.cs -rw-r--r-- 365 bytes
e3484c3c — Rutherther feat(shared): add part of shared lifetime 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
//
//  SharedInstanceInfo.cs
//
//  Copyright (c) František Boháček. All rights reserved.
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Reflection;

namespace NosSmooth.Extensions.SharedBinding.Lifetime;

public record SharedInstanceInfo(string Name, string? Version, Assembly Assembly);
Do not follow this link