NTDLS.EmbeddedResource
1.0.4
dotnet add package NTDLS.EmbeddedResource --version 1.0.4
NuGet\Install-Package NTDLS.EmbeddedResource -Version 1.0.4
<PackageReference Include="NTDLS.EmbeddedResource" Version="1.0.4" />
<PackageVersion Include="NTDLS.EmbeddedResource" Version="1.0.4" />
<PackageReference Include="NTDLS.EmbeddedResource" />
paket add NTDLS.EmbeddedResource --version 1.0.4
#r "nuget: NTDLS.EmbeddedResource, 1.0.4"
#:package NTDLS.EmbeddedResource@1.0.4
#addin nuget:?package=NTDLS.EmbeddedResource&version=1.0.4
#tool nuget:?package=NTDLS.EmbeddedResource&version=1.0.4
NTDLS.EmbeddedResource
📦 Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.EmbeddedResource
Example usage:
Make sure the file in the project is marked as "Embedded Resource" in its properties.
var formattedText = EmbeddedResourceReader.Format(@"TextFiles\TestResource.txt", ["World"]);
Console.WriteLine(formattedText);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
-
net8.0
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
-
net9.0
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NTDLS.EmbeddedResource:
| Package | Downloads |
|---|---|
|
NTDLS.SqlServerDapperWrapper
Provides a simple interface to a SQL Server database with automatic cleanup and stored procedure detection. |
|
|
NTDLS.SqliteDapperWrapper
Provides a simple interface to a Sqlite database and allows for more advanced options. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Automatic removal of BOM (Byte Order Mark) from UTF-8 encoded text files when reading embedded resources.