Skip to content

Commit 9172dec

Browse files
committed
R#: Ignore warning about namespace in CustomCode
1 parent 5dca228 commit 9172dec

32 files changed

+32
-4
lines changed

UnitsNet/CustomCode/Quantities/AmplitudeRatio.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using System;
2323
using UnitsNet.Units;
2424

25+
// ReSharper disable once CheckNamespace
2526
namespace UnitsNet
2627
{
2728
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/Angle.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#endif
2626

27+
// ReSharper disable once CheckNamespace
2728
namespace UnitsNet
2829
{
2930
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/Area.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/BrakeSpecificFuelConsumption.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/Density.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/Duration.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
using System;
2323

24+
// ReSharper disable once CheckNamespace
2425
namespace UnitsNet
2526
{
2627
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/DynamicViscosity.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/Force.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/ForcePerLength.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

UnitsNet/CustomCode/Quantities/HeatFlux.extra.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
// ReSharper disable once CheckNamespace
2223
namespace UnitsNet
2324
{
2425
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components

0 commit comments

Comments
 (0)