You've already forked linux-packaging-mono
acceptance-tests
data
docs
external
ikvm-native
libgc
llvm
m4
man
mcs
build
class
Accessibility
Commons.Xml.Relaxng
Cscompmgd
CustomMarshalers
Facades
I18N
IBM.Data.DB2
ICSharpCode.SharpZipLib
Microsoft.Build
Microsoft.Build.Engine
Microsoft.Build.Framework
Microsoft.Build.Tasks
Microsoft.Build.Utilities
Microsoft.CSharp
Microsoft.NuGet.Build.Tasks
Microsoft.VisualC
Microsoft.Web.Infrastructure
MicrosoftAjaxLibrary
Mono.Btls.Interface
Mono.C5
Mono.CSharp
Mono.Cairo
Mono.Cecil
Mono.Cecil.Mdb
Mono.CodeContracts
Mono.CompilerServices.SymbolWriter
Mono.Data.Sqlite
Mono.Data.Tds
Mono.Debugger.Soft
Mono.Http
Mono.Management
Mono.Messaging
Mono.Messaging.RabbitMQ
Mono.Options
Mono.Parallel
Mono.Posix
Mono.Profiler.Log
Mono.Runtime.Tests
Mono.Security
Mono.Security.Win32
Mono.Simd
Mono.Tasklets
Mono.WebBrowser
Mono.XBuild.Tasks
Novell.Directory.Ldap
PEAPI
RabbitMQ.Client
SMDiagnostics
System
System.ComponentModel.Composition.4.5
System.ComponentModel.DataAnnotations
System.Configuration
System.Configuration.Install
System.Core
System.Data
System.Data.DataSetExtensions
System.Data.Entity
System.Data.Linq
System.Data.OracleClient
System.Data.Services
System.Data.Services.Client
System.Deployment
System.Design
System.DirectoryServices
System.DirectoryServices.Protocols
System.Drawing
System.Drawing.Design
System.Dynamic
System.EnterpriseServices
System.IO.Compression
System.IO.Compression.FileSystem
System.IdentityModel
System.IdentityModel.Selectors
System.Json
System.Json.Microsoft
System.Management
System.Messaging
System.Net
System.Net.Http
System.Net.Http.Formatting
System.Net.Http.WebRequest
System.Net.Http.WinHttpHandler
System.Numerics
System.Numerics.Vectors
System.Private.CoreLib
System.Reactive.Core
System.Reactive.Debugger
System.Reactive.Experimental
System.Reactive.Interfaces
System.Reactive.Linq
System.Reactive.Observable.Aliases
System.Reactive.PlatformServices
System.Reactive.Providers
System.Reactive.Runtime.Remoting
System.Reactive.Windows.Forms
System.Reactive.Windows.Threading
System.Reflection.Context
System.Runtime.Caching
Assembly
ReferenceSources
CacheEntryCollection.cs
CacheExpires.cs
CacheUsage.cs
R.cs
Test
Makefile
System.Runtime.Caching.dll.sources
System.Runtime.Caching_test.dll.sources
System.Runtime.CompilerServices.Unsafe
System.Runtime.DurableInstancing
System.Runtime.Remoting
System.Runtime.Serialization
System.Runtime.Serialization.Formatters.Soap
System.Security
System.ServiceModel
System.ServiceModel.Activation
System.ServiceModel.Discovery
System.ServiceModel.Internals
System.ServiceModel.Routing
System.ServiceModel.Web
System.ServiceProcess
System.Threading.Tasks.Dataflow
System.Transactions
System.Web
System.Web.Abstractions
System.Web.ApplicationServices
System.Web.DynamicData
System.Web.Extensions
System.Web.Extensions.Design
System.Web.Http
System.Web.Http.SelfHost
System.Web.Http.WebHost
System.Web.Mobile
System.Web.Mvc3
System.Web.Razor
System.Web.RegularExpressions
System.Web.Routing
System.Web.Services
System.Web.WebPages
System.Web.WebPages.Deployment
System.Web.WebPages.Razor
System.Windows
System.Windows.Forms
System.Windows.Forms.DataVisualization
System.Workflow.Activities
System.Workflow.ComponentModel
System.Workflow.Runtime
System.XML
System.Xaml
System.Xml.Linq
System.Xml.Serialization
SystemWebTestShim
WebMatrix.Data
WindowsBase
aot-compiler
corlib
dlr
doc
legacy
lib
monodoc
notes
reference-assemblies
referencesource
test-helpers
LICENSE
Makefile
Open.snk
README
ecma.pub
mono.pub
mono.snk
msfinal.pub
reactive.pub
silverlight.pub
winfx.pub
winfx3.pub
docs
errors
ilasm
jay
mcs
packages
tests
tools
AUTHORS
COPYING
INSTALL.txt
Makefile
MonoIcon.png
README
ScalableMonoIcon.svg
mkinstalldirs
mk
mono
msvc
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
29 lines
2.5 KiB
C#
29 lines
2.5 KiB
C#
![]() |
//
|
||
|
// This file was generated by resx2sr tool
|
||
|
//
|
||
|
|
||
|
partial class R
|
||
|
{
|
||
|
public const string Config_unable_to_get_section = "Unable to retrieve configuration section '{0}'.";
|
||
|
public const string TimeSpan_invalid_format = "Invalid configuration: {0}=\"{1}\". The {0} value must be a time interval that can be parsed by System.TimeSpan.Parse.";
|
||
|
public const string Value_must_be_non_negative_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a non-negative 32-bit integer.";
|
||
|
public const string Value_must_be_positive_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a positive 32-bit integer.";
|
||
|
public const string Value_too_big = "Invalid configuration: {0}=\"{1}\". The {0} value cannot be greater than '{2}'.";
|
||
|
public const string Empty_collection = "The collection '{0}' is empty.";
|
||
|
public const string Collection_contains_null_element = "The collection '{0}' contains a null element.";
|
||
|
public const string Collection_contains_null_or_empty_string = "The collection '{0}' contains a null or empty string.";
|
||
|
public const string Method_already_invoked = "The method has already been invoked, and can only be invoked once.";
|
||
|
public const string Property_already_set = "The property has already been set, and can only be set once.";
|
||
|
public const string Invalid_state = "Invalid state.";
|
||
|
public const string Init_not_complete = "Initialization has not completed yet. The InitializationComplete method must be invoked before Dispose is invoked.";
|
||
|
public const string Default_is_reserved = "Default is a reserved MemoryCache name.";
|
||
|
public const string Invalid_expiration_combination = "AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero.";
|
||
|
public const string Invalid_callback_combination = "Only one callback can be specified. Either RemovedCallback or UpdateCallback must be null.";
|
||
|
public const string Invalid_argument_combination = "One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration.";
|
||
|
public const string Update_callback_must_be_null = "CacheItemUpdateCallback must be null.";
|
||
|
public const string Argument_out_of_range = "'{0}' must be greater than or equal to '{1}' and less than or equal to '{2}'.";
|
||
|
public const string Empty_string_invalid = "An empty string is invalid.";
|
||
|
public const string RegionName_not_supported = "The parameter regionName must be null.";
|
||
|
public const string Value_must_be_boolean = "Invalid configuration: {0}=\"{1}\". The {0} value must be a boolean.";
|
||
|
}
|