File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
FileProviders/Manifest.MSBuildTask/src
Localization/Localization/src/Internal Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 8
8
namespace Microsoft . Extensions . FileProviders . Embedded . Manifest . Task . Internal
9
9
{
10
10
/// <summary>
11
- /// This type is for internal uses only and is not meant to be consumed by any other library.
11
+ /// This API supports infrastructure and is not intended to be used
12
+ /// directly from your code. This API may change or be removed in future releases.
12
13
/// </summary>
13
14
[ DebuggerDisplay ( "{Name,nq}" ) ]
14
15
public class Entry : IEquatable < Entry >
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
7
7
8
8
namespace Microsoft . Extensions . Localization . Internal
9
9
{
10
+ /// <summary>
11
+ /// This API supports infrastructure and is not intended to be used
12
+ /// directly from your code. This API may change or be removed in future releases.
13
+ /// </summary>
10
14
public class AssemblyWrapper
11
15
{
12
16
public AssemblyWrapper ( Assembly assembly )
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
2
- // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
+ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System . Collections . Generic ;
5
5
using System . Globalization ;
6
6
7
7
namespace Microsoft . Extensions . Localization . Internal
8
8
{
9
+ /// <summary>
10
+ /// This API supports infrastructure and is not intended to be used
11
+ /// directly from your code. This API may change or be removed in future releases.
12
+ /// </summary>
9
13
public interface IResourceStringProvider
10
14
{
11
15
IList < string > GetAllResourceStrings ( CultureInfo culture , bool throwOnMissing ) ;
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
2
- // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
+ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System . Collections ;
5
5
using System . Collections . Generic ;
9
9
10
10
namespace Microsoft . Extensions . Localization . Internal
11
11
{
12
+ /// <summary>
13
+ /// This API supports infrastructure and is not intended to be used
14
+ /// directly from your code. This API may change or be removed in future releases.
15
+ /// </summary>
12
16
public class ResourceManagerStringProvider : IResourceStringProvider
13
17
{
14
18
private readonly IResourceNamesCache _resourceNamesCache ;
You can’t perform that action at this time.
0 commit comments