This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
jeremy
/
OhmGraphite
mirror de
https://github.com/nickbabcock/OhmGraphite
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
b2d6b9df40
Ramos
Etiquetas
debug
dependabot/nuget/Microsoft.Extensions.Hosting-9.0.4
dependabot/nuget/System.Configuration.ConfigurationManager-9.0.4
dependabot/nuget/Testcontainers-4.4.0
master
unbundled
v0.35.1
v0.35.0
v0.34.0
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
v0.28.1
v0.28.0
v0.27.0
v0.26.0
v0.25.0
v0.24.0
v0.23.1
v0.23.0
v0.22.0
v0.21.0
v0.20.0
v0.19.0
v0.18.1
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.1
v0.9.0
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
OhmGraphite
/
OhmGraphite
/
INameResolution.cs
INameResolution.cs
107 B
Histórico
Em bruto
1
2
3
4
5
6
7
namespace OhmGraphite
{
public interface INameResolution
{
string LookupName();
}
}