1 instantiation of RepositoryNotFoundException
Microsoft.NET.Build.Containers (1)
Registry\DefaultManifestOperations.cs (1)
35
HttpStatusCode.NotFound => throw new
RepositoryNotFoundException
(_registryName, repositoryName, reference),
2 references to RepositoryNotFoundException
Microsoft.NET.Build.Containers (2)
ContainerBuilder.cs (1)
81
catch (
RepositoryNotFoundException
)
Tasks\CreateNewImage.cs (1)
88
catch (
RepositoryNotFoundException
)