Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,4 @@
<ProjectReference Include="..\Microsoft.ComponentDetection.Contracts\Microsoft.ComponentDetection.Contracts.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources.Designer.cs">
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<EmbeddedResource Update="Resources.resx">
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
</ItemGroup>

</Project>
82 changes: 0 additions & 82 deletions src/Microsoft.ComponentDetection.Common/Resources.Designer.cs

This file was deleted.

8 changes: 8 additions & 0 deletions src/Microsoft.ComponentDetection.Common/Resources.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace Microsoft.ComponentDetection.Common;

internal static class Resources
{
internal const string MissingComponentId = "The component object does not have a componentId specified";

Comment thread
JamieMagee marked this conversation as resolved.
internal const string MissingNodeInDependencyGraph = "Node with id {0} has not be inserted in the dependency graph";
Comment thread
JamieMagee marked this conversation as resolved.
}
127 changes: 0 additions & 127 deletions src/Microsoft.ComponentDetection.Common/Resources.resx

This file was deleted.

Loading